50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

iai (version 1.1.0)

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

Description

Julia Equivalent: IAI.ROCCurve

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.

Examples

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

Run the code above in your browser using DataLab