plot_roc_curve {AutoScore}R Documentation

Internal Function: Plotting ROC curve

Description

Internal Function: Plotting ROC curve

Usage

plot_roc_curve(prob, labels, quiet = TRUE)

Arguments

prob

Predicate probability

labels

Actual outcome(binary)

quiet

if set to TRUE, there will be no trace printing

Value

No return value and the ROC curve will be plotted.


[Package AutoScore version 1.0.0 Index]