roc_curve.classification_learner: Construct an ROC curve using a trained classification learner...

View source: R/iaibase.R

roc_curve.classification_learnerR Documentation

Construct an ROC curve using a trained classification learner on the given data

Description

Julia Equivalent: IAI.ROCCurve

Usage

## S3 method for class 'classification_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.

Examples

## Not run: iai::roc_curve(lnr, X, y)


iai documentation built on July 9, 2023, 5:41 p.m.