Skip to content

Commit

Permalink
Merge pull request shap#1353 from imatiach-msft/ilmat/minor-doc-fix
Browse files Browse the repository at this point in the history
fixed minor doc issue in notebook
  • Loading branch information
slundberg authored Aug 10, 2020
2 parents b027d80 + 8db3d5b commit cad1019
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
@@ -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])"

0 comments on commit cad1019

Please sign in to comment.