auc_rank | R Documentation |
Function to calculate AUC from score and ground truth label using rank sum formula
auc_rank(scores, y, class1 = NULL)
scores |
A list of values from binary classifier |
y |
A list of labels |
class1 |
A name of class 1 |
the area under receiver operating curve
auc_rank(scores, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.