Compute the area under the ROC curve
computeAuc(prediction, confidenceInterval = FALSE)
A prediction object as generated using the
predict
functions.
Should 95 percebt confidence intervals be computed?
Computes the area under the ROC curve for the predicted probabilities, given the true observed outcomes.