Skip to content

Commit

Permalink
fixed minor doc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Aug 7, 2020
1 parent b027d80 commit 8db3d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/plots/waterfall.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"X,y = shap.datasets.adult()\n",
"model = xgboost.XGBClassifier().fit(X, y)\n",
"\n",
"# compute SHAP values for the first 500 samples\n",
"# compute SHAP values for the first 5000 samples\n",
"bg = shap.utils.sample(X, 100)\n",
"explainer = shap.Explainer(model, bg)\n",
"shap_values = explainer(X[:5000])"
Expand Down

0 comments on commit 8db3d5b

Please sign in to comment.