Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/slundberg/shap
Browse files Browse the repository at this point in the history
  • Loading branch information
slundberg committed Aug 14, 2020
2 parents 4acc5f1 + cad1019 commit fe5458d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 fe5458d

Please sign in to comment.