R/plot_metrics.R
draw_roc_plot.Rd
Draw AUC ROC curve for the best model
draw_roc_plot(best_models, test_data, observed)
A list of models.
A test dataset.
A vector of observed target values.
An AUC ROC ggplot object.