LICENSE
README.md
pyproject.toml
scope_rx/__init__.py
scope_rx/cli.py
scope_rx.egg-info/PKG-INFO
scope_rx.egg-info/SOURCES.txt
scope_rx.egg-info/dependency_links.txt
scope_rx.egg-info/entry_points.txt
scope_rx.egg-info/requires.txt
scope_rx.egg-info/top_level.txt
scope_rx/core/__init__.py
scope_rx/core/base.py
scope_rx/core/scope.py
scope_rx/core/wrapper.py
scope_rx/methods/__init__.py
scope_rx/methods/attention/__init__.py
scope_rx/methods/attention/flow.py
scope_rx/methods/attention/raw.py
scope_rx/methods/attention/rollout.py
scope_rx/methods/gradient/__init__.py
scope_rx/methods/gradient/gradcam.py
scope_rx/methods/gradient/gradcam_plusplus.py
scope_rx/methods/gradient/guided_backprop.py
scope_rx/methods/gradient/integrated_gradients.py
scope_rx/methods/gradient/layercam.py
scope_rx/methods/gradient/scorecam.py
scope_rx/methods/gradient/smoothgrad.py
scope_rx/methods/gradient/vanilla.py
scope_rx/methods/model_agnostic/__init__.py
scope_rx/methods/model_agnostic/kernel_shap.py
scope_rx/methods/model_agnostic/lime_explainer.py
scope_rx/methods/perturbation/__init__.py
scope_rx/methods/perturbation/meaningful_perturbation.py
scope_rx/methods/perturbation/occlusion.py
scope_rx/methods/perturbation/rise.py
scope_rx/metrics/__init__.py
scope_rx/metrics/faithfulness.py
scope_rx/metrics/sensitivity.py
scope_rx/metrics/stability.py
scope_rx/utils/__init__.py
scope_rx/utils/postprocessing.py
scope_rx/utils/preprocessing.py
scope_rx/utils/tensor.py
scope_rx/visualization/__init__.py
scope_rx/visualization/export.py
scope_rx/visualization/plots.py
tests/test_attention.py
tests/test_core.py
tests/test_gradient_methods.py
tests/test_metrics.py
tests/test_perturbation_methods.py
tests/test_utils_new.py
tests/test_visualization_new.py