Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. exp = explainer.explain_instance(X_test.iloc[0], rf.predict_proba)
  2. exp.show_in_notebook(show_table=True, show_all=False)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement