LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
shapiq/__init__.py
shapiq/__version__.py
shapiq/interaction_values.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/_config.py
shapiq/approximator/k_sii.py
shapiq/approximator/sampling.py
shapiq/approximator/permutation/__init__.py
shapiq/approximator/permutation/sii.py
shapiq/approximator/permutation/sti.py
shapiq/approximator/regression/__init__.py
shapiq/approximator/regression/_base.py
shapiq/approximator/regression/fsi.py
shapiq/approximator/regression/sii.py
shapiq/approximator/regression/sv.py
shapiq/approximator/shapiq/__init__.py
shapiq/approximator/shapiq/shapiq.py
shapiq/datasets/__init__.py
shapiq/datasets/_all.py
shapiq/explainer/__init__.py
shapiq/explainer/_base.py
shapiq/explainer/tabular.py
shapiq/explainer/imputer/__init__.py
shapiq/explainer/imputer/_base.py
shapiq/explainer/imputer/marginal_imputer.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/sklearn.py
shapiq/games/__init__.py
shapiq/games/dummy.py
shapiq/plot/__init__.py
shapiq/plot/_config.py
shapiq/plot/network.py
shapiq/plot/stacked_bar.py
shapiq/utils/__init__.py
shapiq/utils/modules.py
shapiq/utils/sets.py
shapiq/utils/types.py
tests/test_abstract_classes.py
tests/test_base_interaction_values.py
tests/test_integration_import_all.py
tests/tests_approximators/__init__.py
tests/tests_approximators/test_approximator_ksii_estimation.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_regression_sii.py
tests/tests_approximators/test_approximator_regression_sv.py
tests/tests_approximators/test_approximator_shapiq.py
tests/tests_datasets/__init__.py
tests/tests_datasets/test_bike.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_games_dummy.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