Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

roc_curve.learner

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


Description

Julia Equivalent: IAI.ROCCurve

Usage

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

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

iai

Interface to 'Interpretable AI' Modules

v1.5.0
MIT + file LICENSE
Authors
Jack Dunn [aut, cre], Ying Zhuo [aut], Interpretable AI LLC [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.