score_auc: Compute area under the ROC curve between binomial observations and probabilistic predictions
Description
Internal function to compute the AUC of binomial models within preference_order(). Used within f_binomial_glm(), f_binomial_gam(), and f_binomial_rf(). This function is build for speed and it does not check the inputs.
(required, numeric vector) Prediction of binomial model in the range 0-1. Default: NULL
...
(optional) Internal args (e.g. function_name for
validate_arg_function_name, a precomputed correlation matrix
m, or cross-validation args for preference_order).
See Also
Other modelling_tools:
case_weights(),
model_formula(),
score_cramer(),
score_r2()