Guest User

Untitled

a guest
Dec 13th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. from skater.core.local_interpretation.lime.lime_tabular import LimeTabularExplainer
  2.  
  3. exp = LimeTabularExplainer(X_test.values, feature_names=list(data.columns),
  4. discretize_continuous=True,
  5. class_names=['$50K or less', 'More than $50K'])
Add Comment
Please, Sign In to add comment