.gitignore
.pre-commit-config.yaml
Pipfile
Pipfile.lock
README.md
pyproject.toml
.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/data/download_dataset/iris.parquet
example/data/split_dataset/test.parquet
example/data/split_dataset/train.parquet
example/data/train_model/model.pkl
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/exploration_container.py
src/explore/explorer_container/main.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