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