README.md
pyproject.toml
setup.py
src/rarity/__init__.py
src/rarity/analyzer.py
src/rarity/app.py
src/rarity/py.typed
src/rarity.egg-info/PKG-INFO
src/rarity.egg-info/SOURCES.txt
src/rarity.egg-info/dependency_links.txt
src/rarity.egg-info/entry_points.txt
src/rarity.egg-info/requires.txt
src/rarity.egg-info/top_level.txt
src/rarity/assets/01_bootstrap.min.css
src/rarity/assets/02_styles.css
src/rarity/assets/MAE.png
src/rarity/assets/MSE.png
src/rarity/assets/R2.png
src/rarity/assets/RMSE.png
src/rarity/assets/favicon.ico
src/rarity/assets/rarity-icon.png
src/rarity/data_loader/__init__.py
src/rarity/data_loader/base_loader.py
src/rarity/data_loader/data_loader.py
src/rarity/features/__init__.py
src/rarity/features/feat_feature_distribution.py
src/rarity/features/feat_general_metrics.py
src/rarity/features/feat_loss_clusters.py
src/rarity/features/feat_miss_predictions.py
src/rarity/features/feat_similarities_counter_factuals.py
src/rarity/interpreters/__init__.py
src/rarity/interpreters/structured_data/__init__.py
src/rarity/interpreters/structured_data/base_interpreters.py
src/rarity/interpreters/structured_data/int_general_metrics.py
src/rarity/interpreters/structured_data/int_loss_clusters.py
src/rarity/interpreters/structured_data/int_miss_predictions.py
src/rarity/interpreters/structured_data/int_similarities_counter_factuals.py
src/rarity/interpreters/structured_data/int_xfeature_distribution.py
src/rarity/utils/__init__.py
src/rarity/utils/common_functions.py
src/rarity/utils/methods.py
src/rarity/utils/style_configs.py
src/rarity/visualizers/__init__.py
src/rarity/visualizers/general_metrics.py
src/rarity/visualizers/loss_clusters.py
src/rarity/visualizers/miss_predictions.py
src/rarity/visualizers/shared_viz_component.py
src/rarity/visualizers/xfeature_distribution.py