diff --git a/docs/source/_model_agnostic_xai/lime.rst b/docs/source/_model_agnostic_xai/lime.rst index 7af28f4..8a3803b 100644 --- a/docs/source/_model_agnostic_xai/lime.rst +++ b/docs/source/_model_agnostic_xai/lime.rst @@ -52,7 +52,7 @@ Here, $\hat{y}_i$ is the outcome predicted by the surrogate model for the $i$-th References ----------- -- Ribeiro, M. T., Singh, S., & Guestrin, C. `"Why should i trust you?" Explaining the predictions of any classifier. `_ ACM. 2016. -- Garreau, D., & Mardaoui, D. `What does LIME really see in images? `_ PMLR. 2021 -- Vedaldi, A., & Soatto, S. `Quick shift and kernel methods for mode seeking. `_ ECCV. 2008. -- Molnar, C. `Interpretable Machine Learning: A Guide for Making Black Box Models Explainable. `_ Lulu.com. 2022. +- Original LIME paper: Ribeiro, M. T., Singh, S., & Guestrin, C. `"Why should i trust you?" Explaining the predictions of any classifier. `_ ACM. 2016. +- LIME for images: Garreau, D., & Mardaoui, D. `What does LIME really see in images? `_ PMLR. 2021 +- Quickshift segmentation algorithm: Vedaldi, A., & Soatto, S. `Quick shift and kernel methods for mode seeking. `_ ECCV. 2008. +- XAI Book: Molnar, C. `Interpretable Machine Learning: A Guide for Making Black Box Models Explainable. `_ Lulu.com. 2022.