.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
mypy.ini
pyproject.toml
pytest.ini
tox.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/pr-validation.yml
.github/workflows/release.yml
.github/workflows/tests.yml
.github/workflows/type-lint.yml
assets/demo/Helvetica-Bold.ttf
assets/demo/Helvetica.ttf
assets/demo/quanda_benchmarks_demo.png
assets/demo/quanda_demo_prep.png
assets/demo/quanda_explainers_demo.png
assets/demo/quanda_metrics_demo.png
assets/readme/python-versions.svg
assets/readme/quanda_panda_black_bg.png
assets/readme/quanda_panda_day_n_night.png
assets/readme/quanda_panda_no_bg.png
docs/Makefile
docs/README.md
docs/make.bat
docs/requirements_sphinx.txt
docs/source/background.rst
docs/source/conf.py
docs/source/contributing.rst
docs/source/how_to_evaluate.rst
docs/source/index.rst
docs/source/quickstart.rst
docs/source/tutorials.rst
docs/source/_static/Poppins-SemiBold.ttf
docs/source/_static/components-darkmode.png
docs/source/_static/components.png
docs/source/_static/fig_1_docs_darkmode.png
docs/source/_static/fig_1_source.png
docs/source/_static/quanda_panda_black_bg.png
docs/source/_static/quanda_panda_no_bg.png
docs/source/_static/css/quanda_text.css
docs/source/tutorial_pages/benchmarks.rst
quanda/__init__.py
quanda.egg-info/PKG-INFO
quanda.egg-info/SOURCES.txt
quanda.egg-info/dependency_links.txt
quanda.egg-info/requires.txt
quanda.egg-info/top_level.txt
quanda/benchmarks/__init__.py
quanda/benchmarks/base.py
quanda/benchmarks/downstream_eval/__init__.py
quanda/benchmarks/downstream_eval/class_detection.py
quanda/benchmarks/downstream_eval/mislabeling_detection.py
quanda/benchmarks/downstream_eval/shortcut_detection.py
quanda/benchmarks/downstream_eval/subclass_detection.py
quanda/benchmarks/ground_truth/__init__.py
quanda/benchmarks/ground_truth/linear_datamodeling.py
quanda/benchmarks/heuristics/__init__.py
quanda/benchmarks/heuristics/mixed_datasets.py
quanda/benchmarks/heuristics/model_randomization.py
quanda/benchmarks/heuristics/top_k_cardinality.py
quanda/benchmarks/resources/__init__.py
quanda/benchmarks/resources/benchmark_urls.py
quanda/benchmarks/resources/modules.py
quanda/benchmarks/resources/sample_transforms.py
quanda/explainers/__init__.py
quanda/explainers/base.py
quanda/explainers/functional.py
quanda/explainers/random.py
quanda/explainers/utils.py
quanda/explainers/global_ranking/__init__.py
quanda/explainers/global_ranking/aggregators.py
quanda/explainers/global_ranking/global_ranking_strategies.py
quanda/explainers/wrappers/__init__.py
quanda/explainers/wrappers/captum_influence.py
quanda/explainers/wrappers/representer_points.py
quanda/explainers/wrappers/trak_wrapper.py
quanda/metrics/__init__.py
quanda/metrics/base.py
quanda/metrics/downstream_eval/__init__.py
quanda/metrics/downstream_eval/class_detection.py
quanda/metrics/downstream_eval/mislabeling_detection.py
quanda/metrics/downstream_eval/shortcut_detection.py
quanda/metrics/downstream_eval/subclass_detection.py
quanda/metrics/ground_truth/__init__.py
quanda/metrics/ground_truth/linear_datamodeling.py
quanda/metrics/heuristics/__init__.py
quanda/metrics/heuristics/mixed_datasets.py
quanda/metrics/heuristics/model_randomization.py
quanda/metrics/heuristics/top_k_cardinality.py
quanda/utils/__init__.py
quanda/utils/cache.py
quanda/utils/common.py
quanda/utils/datasets/__init__.py
quanda/utils/datasets/image_datasets.py
quanda/utils/datasets/on_device_dataset.py
quanda/utils/datasets/transformed/__init__.py
quanda/utils/datasets/transformed/base.py
quanda/utils/datasets/transformed/label_flipping.py
quanda/utils/datasets/transformed/label_grouping.py
quanda/utils/datasets/transformed/sample.py
quanda/utils/functions/__init__.py
quanda/utils/functions/correlations.py
quanda/utils/functions/similarities.py
quanda/utils/training/__init__.py
quanda/utils/training/base_pl_module.py
quanda/utils/training/trainer.py
slurm/compute_explanations.sbatch
slurm/compute_explanations.sh
slurm/apptainer/quanda_build.def
slurm/apptainer/quanda_pre_build.def
tests/__init__.py
tests/conftest.py
tests/models.py
tests/other_tests.py
tests/assets/lds_score.json
tests/assets/mnist
tests/assets/mnist_x
tests/assets/mnist_y
tests/assets/fashion_mnist_examples/1_2.png
tests/assets/fashion_mnist_examples/1_3.png
tests/assets/fashion_mnist_examples/2_1.png
tests/assets/fashion_mnist_examples/6_4.png
tests/assets/fashion_mnist_examples/9_0.png
tests/assets/fashion_mnist_examples/test_indices
tests/assets/fashion_mnist_examples/train_indices
tests/assets/mnist_checkpoints/checkpoint-00
tests/assets/mnist_checkpoints/checkpoint-01
tests/assets/mnist_checkpoints/checkpoint-02
tests/assets/mnist_checkpoints/checkpoint-03
tests/assets/mnist_checkpoints/checkpoint-04
tests/assets/mnist_test_suite_1/mnist_SimilarityInfluence_dot_tda.pt
tests/assets/mnist_test_suite_1/mnist_SimilarityInfluence_tda.pt
tests/assets/mnist_test_suite_1/mnist_class_detection_state_dict
tests/assets/mnist_test_suite_1/mnist_dataset_cleaning_state_dict
tests/assets/mnist_test_suite_1/mnist_grouped_model
tests/assets/mnist_test_suite_1/mnist_mislabel_detection_state_dict
tests/assets/mnist_test_suite_1/mnist_mislabeling_detection_state_dict
tests/assets/mnist_test_suite_1/mnist_model_randomization_state_dict
tests/assets/mnist_test_suite_1/mnist_seed_27_poisoned_labels.json
tests/assets/mnist_test_suite_1/mnist_subclass_detection_state_dict
tests/assets/mnist_test_suite_1/test_dataset.pt
tests/assets/mnist_test_suite_1/test_dataset_2.pt
tests/assets/mnist_test_suite_1/test_labels.pt
tests/benchmarks/__init__.py
tests/benchmarks/downstream_eval/__init__.py
tests/benchmarks/downstream_eval/test_class_detection.py
tests/benchmarks/downstream_eval/test_mislabeling_detection.py
tests/benchmarks/downstream_eval/test_shortcut_detection.py
tests/benchmarks/downstream_eval/test_subclass_detection.py
tests/benchmarks/ground_truth/test_linear_datamodeling.py
tests/benchmarks/heuristics/__init__.py
tests/benchmarks/heuristics/test_mixed_datasets.py
tests/benchmarks/heuristics/test_model_randomization.py
tests/benchmarks/heuristics/test_top_k_overlap.py
tests/explainers/__init__.py
tests/explainers/test_aggregators.py
tests/explainers/test_explainer.py
tests/explainers/test_random.py
tests/explainers/global_ranking/test_aggr_strategies.py
tests/explainers/wrappers/__init__.py
tests/explainers/wrappers/test_captum_influence.py
tests/explainers/wrappers/test_representer_points.py
tests/explainers/wrappers/test_trak_wrapper.py
tests/metrics/__init__.py
tests/metrics/test_downstream_eval_metrics.py
tests/metrics/test_ground_truth_metrics.py
tests/metrics/test_heuristics_metrics.py
tests/utils/__init__.py
tests/utils/test_cache.py
tests/utils/test_common.py
tests/utils/test_training.py
tests/utils/datasets/__init__.py
tests/utils/datasets/transformed/__init__.py
tests/utils/datasets/transformed/test_base.py
tests/utils/datasets/transformed/test_label_flipping.py
tests/utils/datasets/transformed/test_label_grouping.py
tests/utils/datasets/transformed/test_sample.py
tutorials/demo_benchmarks.ipynb
tutorials/demo_explainers.ipynb
tutorials/demo_metrics.ipynb
tutorials/demo_prep.ipynb
tutorials/utils/__init__.py
tutorials/utils/datasets.py
tutorials/utils/modules.py
tutorials/utils/visualization.py