roc_curve.classification_multi_learner | R Documentation |
Julia Equivalent:
IAI.ROCCurve
and
IAI.ROCCurve
## S3 method for class 'classification_multi_learner'
roc_curve(obj, X, y, ...)
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. |
Requires IAI version 3.2 or higher.
## Not run: iai::roc_curve(lnr, X, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.