Skip to content

Commit

Permalink
Update shap.rst
Browse files Browse the repository at this point in the history
lisa-sousa authored May 16, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent de0e0ea commit 006aad1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/_model_agnostic_xai/shap.rst
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ Introduction to SHapley Additive exPlanations (SHAP)

SHapley Additive exPlanationsis a **model-agnostic** method, which means that it is not restricted to a certain model type,
and it is a **local** method which means that it only provides explanations for individual samples.
However, the individual explanations can be used to also get **global** interpretations.
However, the individual explanations can be used to also get **global** interpretations. SHAP was introduced in 2017 by `Lundberg et al.<https://proceedings.neurips.cc/paper/2017/hash/8a20a8621978632d76c43dfd28b67767-Abstract.html>`_

For a short video introduction to SHAP, click below:

@@ -21,4 +21,5 @@ SHAP provides KernelSHAP, an alternative, kernel-based estimation approach for S
References
-----------

Molnar, Christoph. `Interpretable Machine Learning: A Guide for Making Black Box Models Explainable. <https://christophm.github.io/interpretable-ml-book/>`_ Lulu.com. 2022.
- Lundberg, S. M., & Lee, S. I. `A unified approach to interpreting model predictions.<https://proceedings.neurips.cc/paper/2017/hash/8a20a8621978632d76c43dfd28b67767-Abstract.html>`_ NeurIPS. 2017
- Molnar, Christoph. `Interpretable Machine Learning: A Guide for Making Black Box Models Explainable. <https://christophm.github.io/interpretable-ml-book/>`_ Lulu.com. 2022.

0 comments on commit 006aad1

Please sign in to comment.