powered by
glmnetcv_classifier
Julia Equivalent: IAI.ROCCurve
IAI.ROCCurve
# S3 method for glmnetcv_classifier roc_curve(obj, X, y, fit_index = NULL, ...)
The learner or grid to use for prediction.
The features of the data.
The labels of the data.
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.
if (FALSE) iai::roc_curve(lnr, X, y)
Run the code above in your browser using DataLab