Advertisement
Guest User

Untitled

a guest
Sep 29th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. library(AUC)
  2. #Assuming that we already have a list of probabilities and labels
  3. AUC = auc(roc(Predicted$probabilities, TestData$correctLabels)
  4. print(AUC)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement