Update 21_2_Explainability.ipynb

This commit is contained in:
Pietro Monticone
2023-11-24 11:18:22 +01:00
parent 8411fdd1d2
commit da3a5ad2e9

View File

@@ -400,7 +400,7 @@
{ {
"cell_type": "markdown", "cell_type": "markdown",
"source": [ "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", "\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." "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."
], ],