auc: AUC

View source: R/utils.R

aucR Documentation

AUC

Description

calculate the AUC metrics. From MLMetrics

Usage

auc(predicted, actual)

Arguments

predicted

Predicted odds of an event occurring. needen't be of set (0,1)

actual

If the event occurred (0 or 1), or model results in 0, 0.25, 0.4, 0.6, 0.75, 1.0

Value

a single value for auc


pbulsink/HockeyModel documentation built on Dec. 16, 2024, 8:03 a.m.