Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


iai (version 1.7.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
if (FALSE) iai::roc_curve(lnr, X, y)

Run the code above in your browser using DataLab