Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Oege Dijk authored and Oege Dijk committed Dec 4, 2019
1 parent 12f2344 commit 9c47d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ so if you are not really interested in them, it may make sense to switch that ta
Any additional `**kwargs` get passed down to the individual tabs. (mostly `n_features` and `round` for now)

```
db = RandomForestDashboard(explainer, 'Titanic Explainer`,
db = ExplainerDashboard(explainer, 'Titanic Explainer`,
model_summary=True,
contributions=True,
shap_dependence=True,
Expand Down

0 comments on commit 9c47d7d

Please sign in to comment.