Learn R Programming

iai (version 1.4.0)

roc_curve.learner: Construct an ROC curve using a trained model on the given data

Description

Julia Equivalent: IAI.ROCCurve

Usage

# S3 method for learner
roc_curve(obj, X, y, ...)

Arguments

obj

The learner or grid to use for prediction.

X

The features of the data.

y

The labels of the data.

...

Additional arguments (unused)

Examples

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

Run the code above in your browser using DataLab