From ecac0ac1e83888748e97c0a4188259c763655f90 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:07:12 +0200 Subject: [PATCH] Update shap.rst --- docs/source/_model_agnostic_xai/shap.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/_model_agnostic_xai/shap.rst b/docs/source/_model_agnostic_xai/shap.rst index 023c31a..5810bf7 100644 --- a/docs/source/_model_agnostic_xai/shap.rst +++ b/docs/source/_model_agnostic_xai/shap.rst @@ -21,10 +21,10 @@ SHAP provides KernelSHAP, an alternative, kernel-based estimation approach for S 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 -- 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. +- **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 +- **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.