.gitignore
LICENSE
README.md
pyproject.toml
scrips/regression.ipynb
src/hoocs/__init__.py
src/hoocs/approximate_shapley_values.py
src/hoocs/base_explainer.py
src/hoocs/derived_explainer_targeted.py
src/hoocs/helper_base.py
src/hoocs/helper_kernelshap.py
src/hoocs/helper_methods.py
src/hoocs/kernelshap.py
src/hoocs/preddiff.py
src/hoocs/shapley.py
src/hoocs.egg-info/PKG-INFO
src/hoocs.egg-info/SOURCES.txt
src/hoocs.egg-info/dependency_links.txt
src/hoocs.egg-info/requires.txt
src/hoocs.egg-info/top_level.txt
src/hoocs/imputers/__init__.py
src/hoocs/imputers/abstract_imputer.py
src/hoocs/imputers/color_sampling_imputer.py
src/hoocs/imputers/opencv_inpainting.py
src/hoocs/imputers/simple_imputers.py
tests/__init__.py
tests/helper.py
tests/simple_models.py
tests/test_approximate_shapley_values.py
tests/test_helper_base.py
tests/test_helper_kernelshap.py
tests/test_kernelshap.py
tests/test_preddiff.py
tests/test_shapley.py
tests/test_simple_imputers.py