.DS_Store
.dockerignore
.gitignore
.pre-commit-config.yaml
Pipfile
Pipfile.lock
README.md
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
.github/workflows/ci_lint_example.yaml
examples/iris/.dvcignore
examples/iris/Dockerfile
examples/iris/Pipfile
examples/iris/Pipfile.lock
examples/iris/dvc.lock
examples/iris/dvc.yaml
examples/iris/init.sh
examples/iris/params.py
examples/iris/.dvc/.gitignore
examples/iris/.dvc/config
examples/iris/data/.gitignore
examples/iris/metrics/metrics.json
examples/iris/src/__init__.py
examples/iris/src/pipeline/download_dataset/donwloading_dataset.py
examples/iris/src/pipeline/evaluate_model/evaluating_model.py
examples/iris/src/pipeline/evaluate_model/io.py
examples/iris/src/pipeline/split_dataset/splitting_dataset.py
examples/iris/src/pipeline/train_model/training_model.py
examples/iris/tests/test_iris.py
examples/recommender/.dvcignore
examples/recommender/Dockerfile
examples/recommender/Pipfile
examples/recommender/Pipfile.lock
examples/recommender/README.md
examples/recommender/dvc.lock
examples/recommender/dvc.yaml
examples/recommender/init.sh
examples/recommender/params.py
examples/recommender/.dvc/.gitignore
examples/recommender/.dvc/config
examples/recommender/data/.gitignore
examples/recommender/data/model/model.pickle
examples/recommender/data/raw_dataset/u_genre.csv
examples/recommender/data/raw_dataset/u_item.csv
examples/recommender/data/raw_dataset/u_user.csv
examples/recommender/data/raw_dataset/ua_base.csv
examples/recommender/data/raw_dataset/ua_test.csv
examples/recommender/data/train_baseline/model.pkl
examples/recommender/metrics/metrics.json
examples/recommender/src/models/baseline.py
examples/recommender/src/models/hybrid_recommender.py
examples/recommender/src/models/recommender.py
examples/recommender/src/pipeline/analyse_principal_components/analysing_principal_components.py
examples/recommender/src/pipeline/create_lightfm_dataset/creating_lightfm_dataset.py
examples/recommender/src/pipeline/create_lightfm_dataset/io.py
examples/recommender/src/pipeline/download_dataset/downloading_dataset.py
examples/recommender/src/pipeline/evaluate_model/evaluating_model.py
examples/recommender/src/pipeline/evaluate_model/utils.py
examples/recommender/src/pipeline/preprocess_dataset/features.py
examples/recommender/src/pipeline/preprocess_dataset/preprocessing_dataset.py
examples/recommender/src/pipeline/train_baseline_model/training_baseline_model.py
examples/recommender/src/pipeline/train_hybrid_model/training_hybrid_model.py
examples/recommender/tests/__init__.py
examples/recommender/tests/test_evaluation.py
examples/recommender/tests/data/item_features.npz
examples/recommender/tests/data/test_interactions.npz
examples/recommender/tests/data/train_interactions.npz
examples/recommender/tests/data/user_features.npz
images/correlations.png
images/data_sample.png
images/data_selection.png
images/interactions_with_platform.png
images/interactions_without_platform.png
images/intro.png
images/plots.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/constants.py
src/explore/containers/correlations/corr_user_input.py
src/explore/containers/correlations/correlation_matrix.py
src/explore/containers/correlations/correlation_table.py
src/explore/containers/correlations/main.py
src/explore/containers/correlations/mutual_info.py
src/explore/containers/correlations/pearson_corr.py
src/explore/containers/correlations/st_explanations.py
src/explore/containers/correlations/umap.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_correlation_study.py
tests/test_explore_run.py