Learn R Programming

iai (version 1.0.0)

roc_curve: roc_curve

Description

Construct an ROC curve using a trained model on the given data

Usage

roc_curve(lnr, X, y)

Arguments

lnr

The learner or grid to use for prediction.

X

The features of the data.

y

The labels of the data.

Details

Julia Equivalent: IAI.ROCCurve

Examples

Run this code
# NOT RUN {
iai::roc_curve(lnr, X, y)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab