.dockerignore
.gitignore
.pre-commit-config.yaml
Dockerfile
Pipfile
Pipfile.lock
README.md
init.sh
pyproject.toml
.github/ISSUE_TEMPLATE/sweep-fast-template.yml
.github/ISSUE_TEMPLATE/sweep-slow-template.yml
.github/ISSUE_TEMPLATE/sweep-template.yml
.github/workflows/cd.yaml
.github/workflows/ci.yaml
example/.dvcignore
example/dvc.lock
example/dvc.yaml
example/params.py
example/.dvc/.gitignore
example/.dvc/config
example/data/.gitignore
example/metrics/metrics.json
example/src/__init__.py
example/src/pipeline/download_dataset/donwloading_dataset.py
example/src/pipeline/evaluate_model/evaluating_model.py
example/src/pipeline/evaluate_model/io.py
example/src/pipeline/split_dataset/splitting_dataset.py
example/src/pipeline/train_model/training_model.py
images/correlations.png
images/data_sample.png
images/data_selection.png
images/plots.png
images/workflow_before_platform.png
images/workflow_with_platform.png
src/__init__.py
src/explore/__init__.py
src/explore/app.py
src/explore/constants.py
src/explore/io.py
src/explore/main.py
src/explore/sidebar.py
src/explore/utils.py
src/explore/containers/cockpit_container/data_artifact_selection.py
src/explore/containers/cockpit_container/graph_container.py
src/explore/containers/cockpit_container/main.py
src/explore/containers/cockpit_container/utils.py
src/explore/containers/columns_stats_container/main.py
src/explore/containers/correlations/main.py
src/explore/containers/data_exploration/constants.py
src/explore/containers/data_exploration/main.py
src/explore/containers/data_exploration/plot.py
src/explore/containers/data_exploration/user_input_container.py
src/explore/containers/experiments/main.py
src/explore/containers/metrics/main.py
src/explore/containers/model/constants.py
src/explore/containers/model/main.py
src/explore/containers/params/main.py
src/explore/containers/sample_df/main.py
src/explore/resources/horizontal-color.svg
src/visium_explore.egg-info/PKG-INFO
src/visium_explore.egg-info/SOURCES.txt
src/visium_explore.egg-info/dependency_links.txt
src/visium_explore.egg-info/entry_points.txt
src/visium_explore.egg-info/requires.txt
src/visium_explore.egg-info/top_level.txt
tests/test_explore_run.py