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