Last active
August 30, 2018 16:56
-
-
Save WillKoehrsen/28ada9b83b730de17c9e81526a63f9bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from sklearn.metrics import roc_auc_score | |
# Calculate roc auc | |
roc_value = roc_auc_score(test_labels, rf_probs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment