From 9cdab1a0ad760e0998c7f3bb9e841db2e81791da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesc=20Mart=C3=AD=20Escofet?= <154450563+FrancescMartiEscofetQC@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:47:01 +0200 Subject: [PATCH] Update docs/examples/example_lime.ipynb Co-authored-by: Kevin Klein <7267523+kklein@users.noreply.github.com> --- docs/examples/example_lime.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/example_lime.ipynb b/docs/examples/example_lime.ipynb index 920f06f..5b1a9fd 100644 --- a/docs/examples/example_lime.ipynb +++ b/docs/examples/example_lime.ipynb @@ -361,7 +361,7 @@ "metadata": {}, "source": [ "In these plots, the green bars signify that the corresponding feature referenced on the\n", - "y-axis, positively impacts CATE estimation. On the other side, the red bars, represent\n", + "y-axis, increases the CATE estimate. On the other side, the red bars, represent\n", "features that negatively impact the CATE estimation.\n", "Furthermore, the length of these coloured bars corresponds to the magnitude of each feature's\n", "contribution towards the model prediction. Therefore, the longer the bar, the more\n",