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)numeric: Area Under the ROC Curve
(required, binomial vector) Binomial response with values 0 and 1. Default: NULL
(required, numeric vector) Predictions of binomial model. Default: NULL
Other modelling_tools:
case_weights(),
model_formula(),
performance_score_r2(),
performance_score_v()