From da3a5ad2e9dcf8ec5461e7e61f538bc1c4dbb6ab Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:18:22 +0100 Subject: [PATCH] Update 21_2_Explainability.ipynb --- Notebooks/Chap21/21_2_Explainability.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebooks/Chap21/21_2_Explainability.ipynb b/Notebooks/Chap21/21_2_Explainability.ipynb index d0b28eb..e64cc41 100644 --- a/Notebooks/Chap21/21_2_Explainability.ipynb +++ b/Notebooks/Chap21/21_2_Explainability.ipynb @@ -400,7 +400,7 @@ { "cell_type": "markdown", "source": [ - "This model is easilly intepretable. The k'th coeffeicient tells us the how much (and in which direction) changing the value of the k'th input will change the output. This is only valid in the vicinity of the input $x$.\n", + "This model is easily interpretable. The k'th coefficient tells us the how much (and in which direction) changing the value of the k'th input will change the output. This is only valid in the vicinity of the input $x$.\n", "\n", "Note that a more sophisticated version of LIME would weight the training points according to how close they are to the original data point of interest." ],