From de0e0ea25df8f9764c2bd07f3425265f728b8acd Mon Sep 17 00:00:00 2001 From: "Lisa B. A. Sousa" <44869855+lisa-sousa@users.noreply.github.com> Date: Wed, 15 May 2024 11:36:28 +0200 Subject: [PATCH] Update lime.rst --- docs/source/_model_agnostic_xai/lime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_model_agnostic_xai/lime.rst b/docs/source/_model_agnostic_xai/lime.rst index f6a1641..600011a 100644 --- a/docs/source/_model_agnostic_xai/lime.rst +++ b/docs/source/_model_agnostic_xai/lime.rst @@ -1,7 +1,7 @@ Introduction to Local Interpretable Model-Agnostic Explanations (LIME) ======================================================================== -Local Interpretable Model-Agnostic Explanations is 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. LIME was introduced in 2016 by `Rubiero et. al.`_ +Local Interpretable Model-Agnostic Explanations is 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. LIME was introduced in 2016 by `Rubiero et. al. `_ For a short video introduction to LIME, click below: