LICENSE
README.md
pyproject.toml
setup.py
shap/__init__.py
shap/_explanation.py
shap/_serializable.py
shap/datasets.py
shap/links.py
shap.egg-info/PKG-INFO
shap.egg-info/SOURCES.txt
shap.egg-info/dependency_links.txt
shap.egg-info/not-zip-safe
shap.egg-info/requires.txt
shap.egg-info/top_level.txt
shap/actions/__init__.py
shap/actions/_action.py
shap/actions/_optimizer.py
shap/benchmark/__init__.py
shap/benchmark/_compute.py
shap/benchmark/_explanation_error.py
shap/benchmark/_result.py
shap/benchmark/_sequential.py
shap/benchmark/experiments.py
shap/benchmark/framework.py
shap/benchmark/measures.py
shap/benchmark/methods.py
shap/benchmark/metrics.py
shap/benchmark/models.py
shap/benchmark/plots.py
shap/cext/_cext.cc
shap/cext/_cext_gpu.cc
shap/cext/_cext_gpu.cu
shap/cext/gpu_treeshap.h
shap/cext/tree_shap.h
shap/explainers/__init__.py
shap/explainers/_additive.py
shap/explainers/_exact.py
shap/explainers/_explainer.py
shap/explainers/_gpu_tree.py
shap/explainers/_gradient.py
shap/explainers/_kernel.py
shap/explainers/_linear.py
shap/explainers/_partition.py
shap/explainers/_permutation.py
shap/explainers/_sampling.py
shap/explainers/_tree.py
shap/explainers/pytree.py
shap/explainers/tf_utils.py
shap/explainers/_deep/__init__.py
shap/explainers/_deep/deep_pytorch.py
shap/explainers/_deep/deep_tf.py
shap/explainers/_deep/deep_utils.py
shap/explainers/other/__init__.py
shap/explainers/other/_coefficient.py
shap/explainers/other/_lime.py
shap/explainers/other/_maple.py
shap/explainers/other/_random.py
shap/explainers/other/_treegain.py
shap/maskers/__init__.py
shap/maskers/_composite.py
shap/maskers/_fixed.py
shap/maskers/_fixed_composite.py
shap/maskers/_image.py
shap/maskers/_masker.py
shap/maskers/_output_composite.py
shap/maskers/_tabular.py
shap/maskers/_text.py
shap/models/__init__.py
shap/models/_model.py
shap/models/_teacher_forcing.py
shap/models/_text_generation.py
shap/models/_topk_lm.py
shap/models/_transformers_pipeline.py
shap/plots/__init__.py
shap/plots/_bar.py
shap/plots/_beeswarm.py
shap/plots/_benchmark.py
shap/plots/_decision.py
shap/plots/_embedding.py
shap/plots/_force.py
shap/plots/_force_matplotlib.py
shap/plots/_group_difference.py
shap/plots/_heatmap.py
shap/plots/_image.py
shap/plots/_labels.py
shap/plots/_monitoring.py
shap/plots/_partial_dependence.py
shap/plots/_scatter.py
shap/plots/_text.py
shap/plots/_utils.py
shap/plots/_violin.py
shap/plots/_waterfall.py
shap/plots/colors/__init__.py
shap/plots/colors/_colorconv.py
shap/plots/colors/_colors.py
shap/plots/resources/bundle.js
shap/plots/resources/logoSmallGray.png
shap/utils/__init__.py
shap/utils/_clustering.py
shap/utils/_exceptions.py
shap/utils/_general.py
shap/utils/_keras.py
shap/utils/_legacy.py
shap/utils/_masked_model.py
shap/utils/_show_progress.py
shap/utils/image.py
shap/utils/transformers.py
tests/test_datasets.py
tests/test_explanation.py
tests/test_install.py