View source: R/performance_score_auc.R
performance_score_auc | R Documentation |
Internal function to compute the AUC of binomial models within preference_order()
. As it is build for speed, this function does not check the inputs.
performance_score_auc(o = NULL, p = NULL)
o |
(required, binomial vector) Binomial response with values 0 and 1. Default: NULL |
p |
(required, numeric vector) Predictions of binomial model. Default: NULL |
numeric: Area Under the ROC Curve
Other modelling_tools:
case_weights()
,
model_formula()
,
performance_score_r2()
,
performance_score_v()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.