roc_curve.glmnetcv_classifier | R Documentation |
glmnetcv_classifier
on the given dataJulia Equivalent:
IAI.ROCCurve
## S3 method for class 'glmnetcv_classifier'
roc_curve(obj, X, y, fit_index = NULL, ...)
obj |
The learner or grid to use for prediction. |
X |
The features of the data. |
y |
The labels of the data. |
fit_index |
The index of the fit in the path to use for prediction, defaulting to the best fit if not supplied. |
... |
Refer to the Julia documentation for available parameters. |
Requires IAI version 3.0 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.