LICENSE
README.md
pyproject.toml
Muppet_XAI.egg-info/PKG-INFO
Muppet_XAI.egg-info/SOURCES.txt
Muppet_XAI.egg-info/dependency_links.txt
Muppet_XAI.egg-info/entry_points.txt
Muppet_XAI.egg-info/requires.txt
Muppet_XAI.egg-info/top_level.txt
muppet/__init__.py
muppet/benchmark/__init__.py
muppet/benchmark/plot_exp_result_callback.py
muppet/benchmark/plot_explanation.py
muppet/benchmark/plot_metrics.py
muppet/benchmark/run_benchmark.py
muppet/benchmark/tools.py
muppet/benchmark/wrappers.py
muppet/benchmark/conf/image_config.yaml
muppet/benchmark/conf/image_seg_config.yaml
muppet/benchmark/conf/tabular_config.yaml
muppet/benchmark/conf/template_experiment.yaml
muppet/benchmark/conf/timeseries_config.yaml
muppet/benchmark/conf/timeseries_spike_config.yaml
muppet/benchmark/conf/dataset/imagenet.yaml
muppet/benchmark/conf/dataset/spike.yaml
muppet/benchmark/conf/dataset/tabular_dataset.yaml
muppet/benchmark/conf/dataset/tsc.yaml
muppet/benchmark/conf/explainer/image/limeimage.yaml
muppet/benchmark/conf/explainer/image/mp.yaml
muppet/benchmark/conf/explainer/image/opticam.yaml
muppet/benchmark/conf/explainer/image/rise.yaml
muppet/benchmark/conf/explainer/image/scorecam.yaml
muppet/benchmark/conf/explainer/image/segrise.yaml
muppet/benchmark/conf/explainer/tabular/lime.yaml
muppet/benchmark/conf/explainer/tabular/shap.yaml
muppet/benchmark/conf/explainer/timeseries/fit.yaml
muppet/benchmark/conf/explainer/timeseries/rise.yaml
muppet/benchmark/conf/hydra/callbacks/experiences_summary.yaml
muppet/benchmark/conf/metric/complexity.yaml
muppet/benchmark/conf/metric/faithfulness_correlation.yaml
muppet/benchmark/conf/metric/faithfulness_correlation_seg.yaml
muppet/benchmark/conf/metric/faithfulness_estimate.yaml
muppet/benchmark/conf/metric/irof.yaml
muppet/benchmark/conf/metric/monotonicity.yaml
muppet/benchmark/conf/metric/randomlogit.yaml
muppet/benchmark/conf/metric/relative_input_stability.yaml
muppet/benchmark/conf/metric/sparseness.yaml
muppet/benchmark/conf/metric/sufficiency.yaml
muppet/benchmark/conf/model/fcn_resnet_seg.yaml
muppet/benchmark/conf/model/gru_classif.yaml
muppet/benchmark/conf/model/resnet.yaml
muppet/benchmark/conf/model/rf.yaml
muppet/benchmark/conf/model/vgg16.yaml
muppet/benchmark/conf/model/xgboost.yaml
muppet/benchmark/conf/model/timeseries/aeon_classification_model.yaml
muppet/benchmark/datasets/__init__.py
muppet/benchmark/datasets/datamodule.py
muppet/benchmark/datasets/loader.py
muppet/benchmark/datasets/timeseries/aeon_datasets.py
muppet/benchmark/metrics/__init__.py
muppet/benchmark/metrics/faithfulness.py
muppet/benchmark/metrics/perturb_func.py
muppet/benchmark/metrics/sparseness.py
muppet/benchmark/models/__init__.py
muppet/benchmark/models/base.py
muppet/benchmark/models/classifier.py
muppet/benchmark/models/segmentation.py
muppet/components/__init__.py
muppet/components/convention.py
muppet/components/aggregator/__init__.py
muppet/components/aggregator/base.py
muppet/components/aggregator/distribution.py
muppet/components/aggregator/mask.py
muppet/components/aggregator/model.py
muppet/components/attributor/__init__.py
muppet/components/attributor/base.py
muppet/components/attributor/classification.py
muppet/components/attributor/differentiable.py
muppet/components/attributor/distribution.py
muppet/components/attributor/embedding.py
muppet/components/attributor/similarity.py
muppet/components/explorer/__init__.py
muppet/components/explorer/base.py
muppet/components/explorer/feature.py
muppet/components/explorer/gradient.py
muppet/components/explorer/mask.py
muppet/components/explorer/timestep.py
muppet/components/memory/__init__.py
muppet/components/memory/base.py
muppet/components/memory/premise.py
muppet/components/perturbator/__init__.py
muppet/components/perturbator/base.py
muppet/components/perturbator/scale_feature_generator.py
muppet/components/perturbator/simple.py
muppet/components/perturbator/timestep_generator.py
muppet/components/perturbator/generator/__init__.py
muppet/components/perturbator/generator/base.py
muppet/components/perturbator/generator/conditional_timestep_generator.py
muppet/components/perturbator/generator/tabular_generator.py
muppet/explainers/__init__.py
muppet/explainers/base.py
muppet/explainers/fit.py
muppet/explainers/lime.py
muppet/explainers/mp.py
muppet/explainers/opti_cam.py
muppet/explainers/relax.py
muppet/explainers/rise.py
muppet/explainers/rise_ts.py
muppet/explainers/score_cam.py
muppet/explainers/segrise.py
muppet/explainers/shap.py
muppet/tests/__init__.py
muppet/tests/conftest.py
muppet/tests/benchmark/test_run_benchmark.py
muppet/tests/benchmark/dataset/test_dataset_loader.py
muppet/tests/benchmark/test_conf/image_config_test.yaml
muppet/tests/benchmark/test_conf/image_seg_config_test.yaml
muppet/tests/benchmark/test_conf/tabular_config_test.yaml
muppet/tests/benchmark/test_conf/timeseries_config_test.yaml
muppet/tests/benchmark/test_conf/timeseries_spike_config_test.yaml
muppet/tests/benchmark/test_conf/univariate_timeseries_config_test.yaml
muppet/tests/components/aggregator/__init__.py
muppet/tests/components/aggregator/test_distribution.py
muppet/tests/components/aggregator/test_mask.py
muppet/tests/components/aggregator/test_model.py
muppet/tests/components/attributor/__init__.py
muppet/tests/components/attributor/test_classification.py
muppet/tests/components/attributor/test_distribution.py
muppet/tests/components/attributor/test_embedding.py
muppet/tests/components/attributor/test_segmentation.py
muppet/tests/components/attributor/test_similarity.py
muppet/tests/components/explorer/__init__.py
muppet/tests/components/explorer/test_feature.py
muppet/tests/components/explorer/test_gradient.py
muppet/tests/components/explorer/test_mask.py
muppet/tests/components/explorer/test_timestep.py
muppet/tests/components/generator/__init__.py
muppet/tests/components/generator/test_gaussian_generator.py
muppet/tests/components/generator/test_random_sample_generator.py
muppet/tests/components/memory/__init__.py
muppet/tests/components/memory/test_convolutionalfeature.py
muppet/tests/components/memory/test_featurescombination.py
muppet/tests/components/memory/test_premise_params.py
muppet/tests/components/memory/test_segmented.py
muppet/tests/components/memory/test_timestep.py
muppet/tests/components/perturbator/__init__.py
muppet/tests/components/perturbator/test_random_sample_perturbator.py
muppet/tests/components/perturbator/test_scale_feature_generator.py
muppet/tests/components/perturbator/test_simple.py
muppet/tests/components/perturbator/test_timestep_generator.py
muppet/tests/data_loaders/test_loader.py
muppet/tests/explainers/__init__.py
muppet/tests/explainers/test_convention.py
muppet/tests/explainers/test_fit.py
muppet/tests/explainers/test_image_classif_explainer.py
muppet/tests/explainers/test_relax.py
muppet/tests/explainers/test_scorecam.py
muppet/tests/explainers/lime/test_lime_image.py
muppet/tests/explainers/lime/test_lime_tab.py
muppet/tests/explainers/lime/github_version/lime_image.py
muppet/tests/explainers/shap/test_shap_tabular.py
muppet/tests/metrics/__init__.py
muppet/tests/metrics/test_seg_metrics.py