Guest User

Untitled

a guest
Dec 13th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. surrogate_explainer.fit(X_train, y_train, use_oracle=True, prune='pre', scorer_type='f1')
  2.  
  3. '''
  4. Output Logs
  5. 2018-10-31 01:49:32,614 - skater.core.global_interpretation.tree_surrogate - INFO - pre pruning applied ...
  6. 2018-10-31 01:49:32,617 - skater.core.global_interpretation.tree_surrogate - INFO - Scorer used f1-score
  7. 2018-10-31 01:49:34,119 - skater.core.global_interpretation.tree_surrogate - INFO - Done generating prediction using the surrogate, shape (22792, 2)
  8. 2018-10-31 01:49:34,136 - skater.core.global_interpretation.tree_surrogate - INFO - Done scoring, surrogate score 0.889; oracle score 0.898
  9. '''
Add Comment
Please, Sign In to add comment