powered by
getAvgAUC(predictions, labels)
## load a simple dataset with the vectors of the predictions and the labels resulting from a CV data(simpleData) avg_auc <- getAvgAUC(simpleData$predictions, simpleData$labels)
Run the code above in your browser using DataLab