.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/models/__init__.py
example/src/pipeline/download_dataset/donwloading_dataset.py
example/src/pipeline/evaluate_model/evaluating_model.py
example/src/pipeline/split_dataset/splitting_dataset.py
example/src/pipeline/train_model/training_model.py
example/src/utils/__init__.py
images/data_exploration.png
images/data_model.png
images/explore.png
src/__init__.py
src/explore/__init__.py
src/explore/app.py
src/explore/constants.py
src/explore/main.py
src/explore/utils.py
src/explore/explorer_container/constants.py
src/explore/explorer_container/exploration_container.py
src/explore/explorer_container/main.py
src/explore/explorer_container/plot.py
src/explore/explorer_container/user_input_container.py
src/explore/graph_container/main.py
src/explore/graph_container/utils.py
src/explore/sample_df_container/main.py
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