LICENSE
README.rst
pyproject.toml
./attribench/__init__.py
./attribench/_activation_fns.py
./attribench/_attribution_method.py
./attribench/_method_factory.py
./attribench/_model_factory.py
./attribench/_segmentation.py
./attribench/_stat.py
./attribench/data/__init__.py
./attribench/data/_index_dataset.py
./attribench/data/_typing.py
./attribench/data/attributions_dataset/__init__.py
./attribench/data/attributions_dataset/_attributions_dataset.py
./attribench/data/attributions_dataset/_attributions_dataset_writer.py
./attribench/data/hdf5_dataset/__init__.py
./attribench/data/hdf5_dataset/_hdf5_dataset.py
./attribench/data/hdf5_dataset/_hdf5_dataset_writer.py
./attribench/data/nd_array_tree/__init__.py
./attribench/data/nd_array_tree/_nd_array_tree.py
./attribench/data/nd_array_tree/_random_access_nd_array_tree.py
./attribench/distributed/__init__.py
./attribench/distributed/_compute_attributions.py
./attribench/distributed/_distributed_computation.py
./attribench/distributed/_distributed_sampler.py
./attribench/distributed/_message.py
./attribench/distributed/_select_samples.py
./attribench/distributed/_train_adversarial_patches.py
./attribench/distributed/_worker.py
./attribench/distributed/metrics/__init__.py
./attribench/distributed/metrics/_metric.py
./attribench/distributed/metrics/_metric_worker.py
./attribench/distributed/metrics/deletion/__init__.py
./attribench/distributed/metrics/deletion/_deletion.py
./attribench/distributed/metrics/deletion/_deletion_worker.py
./attribench/distributed/metrics/impact_coverage/__init__.py
./attribench/distributed/metrics/impact_coverage/_impact_coverage.py
./attribench/distributed/metrics/impact_coverage/_impact_coverage_worker.py
./attribench/distributed/metrics/infidelity/__init__.py
./attribench/distributed/metrics/infidelity/_infidelity.py
./attribench/distributed/metrics/infidelity/_infidelity_worker.py
./attribench/distributed/metrics/insertion/__init__.py
./attribench/distributed/metrics/insertion/_insertion.py
./attribench/distributed/metrics/irof/__init__.py
./attribench/distributed/metrics/irof/_irof.py
./attribench/distributed/metrics/irof/_irof_worker.py
./attribench/distributed/metrics/max_sensitivity/__init__.py
./attribench/distributed/metrics/max_sensitivity/_max_sensitivity.py
./attribench/distributed/metrics/max_sensitivity/_max_sensitivity_worker.py
./attribench/distributed/metrics/minimal_subset/__init__.py
./attribench/distributed/metrics/minimal_subset/_minimal_subset.py
./attribench/distributed/metrics/minimal_subset/_minimal_subset_worker.py
./attribench/distributed/metrics/parameter_randomization/__init__.py
./attribench/distributed/metrics/parameter_randomization/_parameter_randomization.py
./attribench/distributed/metrics/parameter_randomization/_parameter_randomization_worker.py
./attribench/distributed/metrics/sensitivity_n/__init__.py
./attribench/distributed/metrics/sensitivity_n/_sensitivity_n.py
./attribench/distributed/metrics/sensitivity_n/_sensitivity_n_worker.py
./attribench/functional/__init__.py
./attribench/functional/_compute_attributions.py
./attribench/functional/_select_samples.py
./attribench/functional/_train_adversarial_patches.py
./attribench/functional/metrics/__init__.py
./attribench/functional/metrics/_impact_coverage.py
./attribench/functional/metrics/_insertion.py
./attribench/functional/metrics/_irof.py
./attribench/functional/metrics/_max_sensitivity.py
./attribench/functional/metrics/_parameter_randomization.py
./attribench/functional/metrics/deletion/__init__.py
./attribench/functional/metrics/deletion/_dataset.py
./attribench/functional/metrics/deletion/_deletion.py
./attribench/functional/metrics/deletion/_get_predictions.py
./attribench/functional/metrics/infidelity/__init__.py
./attribench/functional/metrics/infidelity/_infidelity.py
./attribench/functional/metrics/infidelity/_perturbation_generator.py
./attribench/functional/metrics/minimal_subset/__init__.py
./attribench/functional/metrics/minimal_subset/_dataset.py
./attribench/functional/metrics/minimal_subset/_minimal_subset.py
./attribench/functional/metrics/sensitivity_n/__init__.py
./attribench/functional/metrics/sensitivity_n/_dataset.py
./attribench/functional/metrics/sensitivity_n/_sensitivity_n.py
./attribench/masking/__init__.py
./attribench/masking/_masker.py
./attribench/masking/tabular_masker.py
./attribench/masking/image/__init__.py
./attribench/masking/image/_blurring_image_masker.py
./attribench/masking/image/_constant_image_masker.py
./attribench/masking/image/_image_masker.py
./attribench/masking/image/_random_image_masker.py
./attribench/masking/image/_sample_average_image_masker.py
./attribench/plot/__init__.py
./attribench/plot/_cles_plot.py
./attribench/plot/_cluster_plot.py
./attribench/plot/_convergence_plot.py
./attribench/plot/_correlations.py
./attribench/plot/_krippendorff_alpha_plot.py
./attribench/plot/_lib.py
./attribench/plot/_mad_ratio_plot.py
./attribench/plot/_plot.py
./attribench/plot/_wilcoxon_barplot.py
./attribench/plot/_wilcoxon_summary_plot.py
./attribench/result/__init__.py
./attribench/result/_batch_result.py
./attribench/result/_deletion_result.py
./attribench/result/_grouped_batch_result.py
./attribench/result/_grouped_metric_result.py
./attribench/result/_impact_coverage_result.py
./attribench/result/_infidelity_result.py
./attribench/result/_insertion_result.py
./attribench/result/_max_sensitivity_result.py
./attribench/result/_metric_result.py
./attribench/result/_minimal_subset_result.py
./attribench/result/_parameter_randomization_result.py
./attribench/result/_sensitivity_n_result.py
./build/lib/attribench/__init__.py
./build/lib/attribench/_activation_fns.py
./build/lib/attribench/_attribution_method.py
./build/lib/attribench/_method_factory.py
./build/lib/attribench/_model_factory.py
./build/lib/attribench/_segmentation.py
./build/lib/attribench/_stat.py
./build/lib/attribench/data/__init__.py
./build/lib/attribench/data/_index_dataset.py
./build/lib/attribench/data/_typing.py
./build/lib/attribench/data/attributions_dataset/__init__.py
./build/lib/attribench/data/attributions_dataset/_attributions_dataset.py
./build/lib/attribench/data/attributions_dataset/_attributions_dataset_writer.py
./build/lib/attribench/data/hdf5_dataset/__init__.py
./build/lib/attribench/data/hdf5_dataset/_hdf5_dataset.py
./build/lib/attribench/data/hdf5_dataset/_hdf5_dataset_writer.py
./build/lib/attribench/data/nd_array_tree/__init__.py
./build/lib/attribench/data/nd_array_tree/_nd_array_tree.py
./build/lib/attribench/data/nd_array_tree/_random_access_nd_array_tree.py
./build/lib/attribench/distributed/__init__.py
./build/lib/attribench/distributed/_compute_attributions.py
./build/lib/attribench/distributed/_distributed_computation.py
./build/lib/attribench/distributed/_distributed_sampler.py
./build/lib/attribench/distributed/_message.py
./build/lib/attribench/distributed/_select_samples.py
./build/lib/attribench/distributed/_train_adversarial_patches.py
./build/lib/attribench/distributed/_worker.py
./build/lib/attribench/distributed/metrics/__init__.py
./build/lib/attribench/distributed/metrics/_metric.py
./build/lib/attribench/distributed/metrics/_metric_worker.py
./build/lib/attribench/distributed/metrics/deletion/__init__.py
./build/lib/attribench/distributed/metrics/deletion/_deletion.py
./build/lib/attribench/distributed/metrics/deletion/_deletion_worker.py
./build/lib/attribench/distributed/metrics/deletion/_insertion.py
./build/lib/attribench/distributed/metrics/deletion/_irof.py
./build/lib/attribench/distributed/metrics/impact_coverage/__init__.py
./build/lib/attribench/distributed/metrics/impact_coverage/_impact_coverage.py
./build/lib/attribench/distributed/metrics/impact_coverage/_impact_coverage_worker.py
./build/lib/attribench/distributed/metrics/infidelity/__init__.py
./build/lib/attribench/distributed/metrics/infidelity/_infidelity.py
./build/lib/attribench/distributed/metrics/infidelity/_infidelity_worker.py
./build/lib/attribench/distributed/metrics/max_sensitivity/__init__.py
./build/lib/attribench/distributed/metrics/max_sensitivity/_max_sensitivity.py
./build/lib/attribench/distributed/metrics/max_sensitivity/_max_sensitivity_worker.py
./build/lib/attribench/distributed/metrics/minimal_subset/__init__.py
./build/lib/attribench/distributed/metrics/minimal_subset/_minimal_subset.py
./build/lib/attribench/distributed/metrics/minimal_subset/_minimal_subset_worker.py
./build/lib/attribench/distributed/metrics/sensitivity_n/__init__.py
./build/lib/attribench/distributed/metrics/sensitivity_n/_sensitivity_n.py
./build/lib/attribench/distributed/metrics/sensitivity_n/_sensitivity_n_worker.py
./build/lib/attribench/functional/__init__.py
./build/lib/attribench/functional/_compute_attributions.py
./build/lib/attribench/functional/_select_samples.py
./build/lib/attribench/functional/_train_adversarial_patches.py
./build/lib/attribench/functional/metrics/__init__.py
./build/lib/attribench/functional/metrics/_impact_coverage.py
./build/lib/attribench/functional/metrics/_insertion.py
./build/lib/attribench/functional/metrics/_irof.py
./build/lib/attribench/functional/metrics/_max_sensitivity.py
./build/lib/attribench/functional/metrics/_parameter_randomization.py
./build/lib/attribench/functional/metrics/deletion/__init__.py
./build/lib/attribench/functional/metrics/deletion/_dataset.py
./build/lib/attribench/functional/metrics/deletion/_deletion.py
./build/lib/attribench/functional/metrics/deletion/_get_predictions.py
./build/lib/attribench/functional/metrics/infidelity/__init__.py
./build/lib/attribench/functional/metrics/infidelity/_infidelity.py
./build/lib/attribench/functional/metrics/infidelity/_perturbation_generator.py
./build/lib/attribench/functional/metrics/minimal_subset/__init__.py
./build/lib/attribench/functional/metrics/minimal_subset/_dataset.py
./build/lib/attribench/functional/metrics/minimal_subset/_minimal_subset.py
./build/lib/attribench/functional/metrics/sensitivity_n/__init__.py
./build/lib/attribench/functional/metrics/sensitivity_n/_dataset.py
./build/lib/attribench/functional/metrics/sensitivity_n/_sensitivity_n.py
./build/lib/attribench/masking/__init__.py
./build/lib/attribench/masking/_masker.py
./build/lib/attribench/masking/blurring_masker.py
./build/lib/attribench/masking/constant_masker.py
./build/lib/attribench/masking/image_masker.py
./build/lib/attribench/masking/masker.py
./build/lib/attribench/masking/random_masker.py
./build/lib/attribench/masking/sample_average_masker.py
./build/lib/attribench/masking/tabular_masker.py
./build/lib/attribench/plot/__init__.py
./build/lib/attribench/plot/_cles_plot.py
./build/lib/attribench/plot/_cluster_plot.py
./build/lib/attribench/plot/_convergence_plot.py
./build/lib/attribench/plot/_correlations.py
./build/lib/attribench/plot/_krippendorff_alpha_plot.py
./build/lib/attribench/plot/_lib.py
./build/lib/attribench/plot/_mad_ratio_plot.py
./build/lib/attribench/plot/_plot.py
./build/lib/attribench/plot/_wilcoxon_barplot.py
./build/lib/attribench/plot/_wilcoxon_summary_plot.py
./build/lib/attribench/plot/cles_plot.py
./build/lib/attribench/plot/cluster_plot.py
./build/lib/attribench/plot/convergence_plot.py
./build/lib/attribench/plot/correlations.py
./build/lib/attribench/plot/krippendorff_alpha.py
./build/lib/attribench/plot/lib.py
./build/lib/attribench/plot/mad_ratio_plot.py
./build/lib/attribench/plot/wilcoxon_barplot.py
./build/lib/attribench/plot/wilcoxon_summary_plot.py
./build/lib/attribench/result/__init__.py
./build/lib/attribench/result/_batch_result.py
./build/lib/attribench/result/_deletion_result.py
./build/lib/attribench/result/_grouped_batch_result.py
./build/lib/attribench/result/_grouped_metric_result.py
./build/lib/attribench/result/_impact_coverage_result.py
./build/lib/attribench/result/_infidelity_result.py
./build/lib/attribench/result/_insertion_result.py
./build/lib/attribench/result/_max_sensitivity_result.py
./build/lib/attribench/result/_metric_result.py
./build/lib/attribench/result/_minimal_subset_result.py
./build/lib/attribench/result/_parameter_randomization_result.py
./build/lib/attribench/result/_sensitivity_n_result.py
./build/lib/docs/source/conf.py
./build/lib/tests/test.py
./docs/source/conf.py
./tests/test.py
attribench/__init__.py
attribench/_activation_fns.py
attribench/_attribution_method.py
attribench/_method_factory.py
attribench/_model_factory.py
attribench/_segmentation.py
attribench/_stat.py
attribench.egg-info/PKG-INFO
attribench.egg-info/SOURCES.txt
attribench.egg-info/dependency_links.txt
attribench.egg-info/requires.txt
attribench.egg-info/top_level.txt
attribench/data/__init__.py
attribench/data/_index_dataset.py
attribench/data/_typing.py
attribench/data/attributions_dataset/__init__.py
attribench/data/attributions_dataset/_attributions_dataset.py
attribench/data/attributions_dataset/_attributions_dataset_writer.py
attribench/data/hdf5_dataset/__init__.py
attribench/data/hdf5_dataset/_hdf5_dataset.py
attribench/data/hdf5_dataset/_hdf5_dataset_writer.py
attribench/data/nd_array_tree/__init__.py
attribench/data/nd_array_tree/_nd_array_tree.py
attribench/data/nd_array_tree/_random_access_nd_array_tree.py
attribench/distributed/__init__.py
attribench/distributed/_compute_attributions.py
attribench/distributed/_distributed_computation.py
attribench/distributed/_distributed_sampler.py
attribench/distributed/_message.py
attribench/distributed/_select_samples.py
attribench/distributed/_train_adversarial_patches.py
attribench/distributed/_worker.py
attribench/distributed/metrics/__init__.py
attribench/distributed/metrics/_metric.py
attribench/distributed/metrics/_metric_worker.py
attribench/distributed/metrics/deletion/__init__.py
attribench/distributed/metrics/deletion/_deletion.py
attribench/distributed/metrics/deletion/_deletion_worker.py
attribench/distributed/metrics/impact_coverage/__init__.py
attribench/distributed/metrics/impact_coverage/_impact_coverage.py
attribench/distributed/metrics/impact_coverage/_impact_coverage_worker.py
attribench/distributed/metrics/infidelity/__init__.py
attribench/distributed/metrics/infidelity/_infidelity.py
attribench/distributed/metrics/infidelity/_infidelity_worker.py
attribench/distributed/metrics/insertion/__init__.py
attribench/distributed/metrics/insertion/_insertion.py
attribench/distributed/metrics/irof/__init__.py
attribench/distributed/metrics/irof/_irof.py
attribench/distributed/metrics/irof/_irof_worker.py
attribench/distributed/metrics/max_sensitivity/__init__.py
attribench/distributed/metrics/max_sensitivity/_max_sensitivity.py
attribench/distributed/metrics/max_sensitivity/_max_sensitivity_worker.py
attribench/distributed/metrics/minimal_subset/__init__.py
attribench/distributed/metrics/minimal_subset/_minimal_subset.py
attribench/distributed/metrics/minimal_subset/_minimal_subset_worker.py
attribench/distributed/metrics/parameter_randomization/__init__.py
attribench/distributed/metrics/parameter_randomization/_parameter_randomization.py
attribench/distributed/metrics/parameter_randomization/_parameter_randomization_worker.py
attribench/distributed/metrics/sensitivity_n/__init__.py
attribench/distributed/metrics/sensitivity_n/_sensitivity_n.py
attribench/distributed/metrics/sensitivity_n/_sensitivity_n_worker.py
attribench/functional/__init__.py
attribench/functional/_compute_attributions.py
attribench/functional/_select_samples.py
attribench/functional/_train_adversarial_patches.py
attribench/functional/metrics/__init__.py
attribench/functional/metrics/_impact_coverage.py
attribench/functional/metrics/_insertion.py
attribench/functional/metrics/_irof.py
attribench/functional/metrics/_max_sensitivity.py
attribench/functional/metrics/_parameter_randomization.py
attribench/functional/metrics/deletion/__init__.py
attribench/functional/metrics/deletion/_dataset.py
attribench/functional/metrics/deletion/_deletion.py
attribench/functional/metrics/deletion/_get_predictions.py
attribench/functional/metrics/infidelity/__init__.py
attribench/functional/metrics/infidelity/_infidelity.py
attribench/functional/metrics/infidelity/_perturbation_generator.py
attribench/functional/metrics/minimal_subset/__init__.py
attribench/functional/metrics/minimal_subset/_dataset.py
attribench/functional/metrics/minimal_subset/_minimal_subset.py
attribench/functional/metrics/sensitivity_n/__init__.py
attribench/functional/metrics/sensitivity_n/_dataset.py
attribench/functional/metrics/sensitivity_n/_sensitivity_n.py
attribench/masking/__init__.py
attribench/masking/_masker.py
attribench/masking/tabular_masker.py
attribench/masking/image/__init__.py
attribench/masking/image/_blurring_image_masker.py
attribench/masking/image/_constant_image_masker.py
attribench/masking/image/_image_masker.py
attribench/masking/image/_random_image_masker.py
attribench/masking/image/_sample_average_image_masker.py
attribench/plot/__init__.py
attribench/plot/_cles_plot.py
attribench/plot/_cluster_plot.py
attribench/plot/_convergence_plot.py
attribench/plot/_correlations.py
attribench/plot/_krippendorff_alpha_plot.py
attribench/plot/_lib.py
attribench/plot/_mad_ratio_plot.py
attribench/plot/_plot.py
attribench/plot/_wilcoxon_barplot.py
attribench/plot/_wilcoxon_summary_plot.py
attribench/result/__init__.py
attribench/result/_batch_result.py
attribench/result/_deletion_result.py
attribench/result/_grouped_batch_result.py
attribench/result/_grouped_metric_result.py
attribench/result/_impact_coverage_result.py
attribench/result/_infidelity_result.py
attribench/result/_insertion_result.py
attribench/result/_max_sensitivity_result.py
attribench/result/_metric_result.py
attribench/result/_minimal_subset_result.py
attribench/result/_parameter_randomization_result.py
attribench/result/_sensitivity_n_result.py
tests/test.py