calculate_auc {classifierplots}R Documentation

calculate_auc

Description

Compute auc from predictions and truth

Usage

calculate_auc(test.y, pred.prob)

Arguments

test.y

List of know labels on the test set

pred.prob

List of probability predictions on the test set

Value

auc


[Package classifierplots version 1.4.0 Index]