Learn R Programming

iai (version 1.10.2)

roc_curve.classification_multi_learner: Construct an ROC curve using a trained multi-task classification learner on the given data

Description

Julia Equivalent: IAI.ROCCurve and IAI.ROCCurve

Usage

# S3 method for classification_multi_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.

...

Refer to the Julia documentation for available parameters.

IAI Compatibility

Requires IAI version 3.2 or higher.

Examples

Run this code
if (FALSE) iai::roc_curve(lnr, X, y)

Run the code above in your browser using DataLab