plot_roc_curve {AutoScore} | R Documentation |
Internal Function: Plotting ROC curve
plot_roc_curve(prob, labels, quiet = TRUE)
prob |
Predicate probability |
labels |
Actual outcome(binary) |
quiet |
if set to TRUE, there will be no trace printing |
No return value and the ROC curve will be plotted.