From a9b26e8b7b4304a0858c0c813baf591cf5ef0e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesc=20Mart=C3=AD=20Escofet?= Date: Mon, 24 Jun 2024 11:51:19 +0200 Subject: [PATCH] Use subset instead of all features --- docs/examples/example_feature_importance_shap.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/example_feature_importance_shap.ipynb b/docs/examples/example_feature_importance_shap.ipynb index 9a0c8f4..4a4a2b8 100644 --- a/docs/examples/example_feature_importance_shap.ipynb +++ b/docs/examples/example_feature_importance_shap.ipynb @@ -373,7 +373,7 @@ "\n", "Each dot in the plot represents a single instance of the given feature present in the data set.\n", "The x-axis conveys the Shapley value, signifying the strength and directionality of the\n", - "feature's impact. The y-axis displays each feature in the model.\n", + "feature's impact. The y-axis displays a subset of the features in the model.\n", "\n", "The Shapley value, exhibited on the horizontal axis, is oriented such that values on the\n", "right of the center line (0 mark) contribute to a positive shift in the predicted outcome,\n",