Compute auc from predictions and truth
calculate_auc(test.y, pred.prob)
test.y
List of know labels on the test set
pred.prob
List of probability predictions on the test set
auc