plot_roc_curve: Internal Function: Plotting ROC curve

View source: R/AutoScore.R

plot_roc_curveR 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.


AutoScore documentation built on Oct. 16, 2022, 1:06 a.m.