Evaluation Metrics
1 2 3 4 5 6 7 8 9 10 11 | eval_auc(model_fit, new_data, ...)
eval_cal(model_fit, new_data, grouped = FALSE, ...)
eval_precision(model_fit, new_data, threshold = 0.5, ...)
eval_recall(model_fit, new_data, threshold = 0.5, ...)
eval_accuracy(model_fit, new_data, threshold = 0.5, ...)
eval_logloss(model_fit, new_data)
|
model_fit |
model fit from |
new_data |
data frame |
threshold |
vector of values to use as threshold cutoffs |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.