From 6cdd0134f859bbd52fea2791569f535aa593f028 Mon Sep 17 00:00:00 2001 From: "Lisa B. A. Sousa" <44869855+lisa-sousa@users.noreply.github.com> Date: Thu, 16 May 2024 13:02:39 +0200 Subject: [PATCH] Update shap.rst --- docs/source/_model_agnostic_xai/shap.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_model_agnostic_xai/shap.rst b/docs/source/_model_agnostic_xai/shap.rst index 1177b5e..023c31a 100644 --- a/docs/source/_model_agnostic_xai/shap.rst +++ b/docs/source/_model_agnostic_xai/shap.rst @@ -24,7 +24,7 @@ References - Original SHAP paper: Lundberg, S. M., & Lee, S. I. `A unified approach to interpreting model predictions. `_ NeurIPS. 2017 - Intro to TreeExplainer: Lundberg, S. M., Erion, G., Chen, H., DeGrave, A., Prutkin, J. M., Nair, B., ... & Lee, S. I. `From local explanations to global understanding with explainable AI for trees. `_ Nature machine intelligence. 2020. - Intro to TreeExplainer accelerated with GPUs: Mitchell, R., Frank, E., & Holmes, G. `GPUTreeShap: massively parallel exact calculation of SHAP scores for tree ensembles. `_ arxiv. 2022 -- Visualizing the Impact of Feature Attribution Baselines: `blog post `_ - Intro to Integrated Gradients: Sundararajan, M., Taly, A., & Yan, Q. `Axiomatic attribution for deep networks. `_ PMLR. 2017. +- Visualizing the Impact of Feature Attribution Baselines: `blog post `_ - XAI Book with focus on SHAP: Molnar, C. `Interpreting Machine Learning Models With SHAP. `_ 2022 - XAI Book: Molnar, C. `Interpretable Machine Learning: A Guide for Making Black Box Models Explainable. `_ Lulu.com. 2022.