CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
shapiq/__init__.py
shapiq/aggregation.py
shapiq/exact.py
shapiq/indices.py
shapiq/interaction_values.py
shapiq/moebius_converter.py
shapiq.egg-info/PKG-INFO
shapiq.egg-info/SOURCES.txt
shapiq.egg-info/dependency_links.txt
shapiq.egg-info/requires.txt
shapiq.egg-info/top_level.txt
shapiq.egg-info/zip-safe
shapiq/approximator/__init__.py
shapiq/approximator/_base.py
shapiq/approximator/sampling.py
shapiq/approximator/marginals/__init__.py
shapiq/approximator/marginals/owen.py
shapiq/approximator/marginals/stratified.py
shapiq/approximator/montecarlo/__init__.py
shapiq/approximator/montecarlo/_base.py
shapiq/approximator/montecarlo/shapiq.py
shapiq/approximator/montecarlo/svarmiq.py
shapiq/approximator/permutation/__init__.py
shapiq/approximator/permutation/sii.py
shapiq/approximator/permutation/stii.py
shapiq/approximator/permutation/sv.py
shapiq/approximator/regression/__init__.py
shapiq/approximator/regression/_base.py
shapiq/approximator/regression/fsi.py
shapiq/approximator/regression/kadd_shap.py
shapiq/approximator/regression/kernelshap.py
shapiq/approximator/regression/kernelshapiq.py
shapiq/datasets/__init__.py
shapiq/datasets/_all.py
shapiq/explainer/__init__.py
shapiq/explainer/_base.py
shapiq/explainer/tabular.py
shapiq/explainer/utils.py
shapiq/explainer/tree/__init__.py
shapiq/explainer/tree/base.py
shapiq/explainer/tree/explainer.py
shapiq/explainer/tree/treeshapiq.py
shapiq/explainer/tree/utils.py
shapiq/explainer/tree/validation.py
shapiq/explainer/tree/conversion/__init__.py
shapiq/explainer/tree/conversion/edges.py
shapiq/explainer/tree/conversion/lightgbm.py
shapiq/explainer/tree/conversion/sklearn.py
shapiq/explainer/tree/conversion/xgboost.py
shapiq/games/__init__.py
shapiq/games/base.py
shapiq/games/benchmark/__init__.py
shapiq/games/benchmark/_config.py
shapiq/games/benchmark/benchmark_config.py
shapiq/games/benchmark/metrics.py
shapiq/games/benchmark/plot.py
shapiq/games/benchmark/precompute.py
shapiq/games/benchmark/run.py
shapiq/games/benchmark/_setup/__init__.py
shapiq/games/benchmark/_setup/_california_torch_setup.py
shapiq/games/benchmark/_setup/_resnet_setup.py
shapiq/games/benchmark/_setup/_vit_setup.py
shapiq/games/benchmark/data_valuation/__init__.py
shapiq/games/benchmark/data_valuation/base.py
shapiq/games/benchmark/data_valuation/benchmark.py
shapiq/games/benchmark/dataset_valuation/__init__.py
shapiq/games/benchmark/dataset_valuation/base.py
shapiq/games/benchmark/dataset_valuation/benchmark.py
shapiq/games/benchmark/ensemble_selection/__init__.py
shapiq/games/benchmark/ensemble_selection/base.py
shapiq/games/benchmark/ensemble_selection/benchmark.py
shapiq/games/benchmark/ensemble_selection/benchmark_random_forest.py
shapiq/games/benchmark/feature_selection/__init__.py
shapiq/games/benchmark/feature_selection/base.py
shapiq/games/benchmark/feature_selection/benchmark.py
shapiq/games/benchmark/global_xai/__init__.py
shapiq/games/benchmark/global_xai/base.py
shapiq/games/benchmark/global_xai/benchmark_tabular.py
shapiq/games/benchmark/local_xai/__init__.py
shapiq/games/benchmark/local_xai/base.py
shapiq/games/benchmark/local_xai/benchmark_image.py
shapiq/games/benchmark/local_xai/benchmark_language.py
shapiq/games/benchmark/local_xai/benchmark_tabular.py
shapiq/games/benchmark/synthetic/__init__.py
shapiq/games/benchmark/synthetic/dummy.py
shapiq/games/benchmark/synthetic/soum.py
shapiq/games/benchmark/treeshapiq_xai/__init__.py
shapiq/games/benchmark/treeshapiq_xai/base.py
shapiq/games/benchmark/treeshapiq_xai/benchmark.py
shapiq/games/benchmark/uncertainty/__init__.py
shapiq/games/benchmark/uncertainty/base.py
shapiq/games/benchmark/uncertainty/benchmark.py
shapiq/games/benchmark/unsupervised_cluster/__init__.py
shapiq/games/benchmark/unsupervised_cluster/base.py
shapiq/games/benchmark/unsupervised_cluster/benchmark.py
shapiq/games/benchmark/unsupervised_data/__init__.py
shapiq/games/benchmark/unsupervised_data/base.py
shapiq/games/benchmark/unsupervised_data/benchmark.py
shapiq/games/imputer/__init__.py
shapiq/games/imputer/base.py
shapiq/games/imputer/conditional_imputer.py
shapiq/games/imputer/marginal_imputer.py
shapiq/plot/__init__.py
shapiq/plot/_config.py
shapiq/plot/bar.py
shapiq/plot/explanation_graph.py
shapiq/plot/force.py
shapiq/plot/network.py
shapiq/plot/stacked_bar.py
shapiq/utils/__init__.py
shapiq/utils/datasets.py
shapiq/utils/modules.py
shapiq/utils/sets.py
shapiq/utils/types.py
tests/test_abstract_classes.py
tests/test_aggregation.py
tests/test_base_interaction_values.py
tests/test_configuration.py
tests/test_exact_computer.py
tests/test_integration_import_all.py
tests/test_moebius_converter.py
tests/tests_approximators/__init__.py
tests/tests_approximators/test_approximator_permutation_sii.py
tests/tests_approximators/test_approximator_permutation_sti.py
tests/tests_approximators/test_approximator_regression_fsi.py
tests/tests_approximators/test_approximator_shapiq.py
tests/tests_datasets/__init__.py
tests/tests_explainer/__init__.py
tests/tests_explainer/test_explainer_tabular.py
tests/tests_explainer/tests_imputer/__init__.py
tests/tests_explainer/tests_imputer/test_marginal_imputer.py
tests/tests_explainer/tests_tree_explainer/__init__.py
tests/tests_explainer/tests_tree_explainer/test_tree_explainer.py
tests/tests_explainer/tests_tree_explainer/test_tree_explainer_conversion.py
tests/tests_explainer/tests_tree_explainer/test_tree_explainer_utils.py
tests/tests_explainer/tests_tree_explainer/test_tree_explainer_validate.py
tests/tests_explainer/tests_tree_explainer/test_tree_treeshapiq.py
tests/tests_games/__init__.py
tests/tests_games/test_base_game.py
tests/tests_plots/__init__.py
tests/tests_plots/test_network_plot.py
tests/tests_plots/test_stacked_bar.py
tests/tests_utils/__init__.py
tests/tests_utils/test_utils_modules.py
tests/tests_utils/test_utils_sets.py