powered by
glmnetcv_classifier
Julia Equivalent: IAI.predict_proba
IAI.predict_proba
# S3 method for glmnetcv_classifier predict_proba(obj, X, fit_index = NULL, ...)
The learner or grid to use for prediction.
The features of the data.
The index of the fit in the path to use for prediction, defaulting to the best fit if not supplied.
Additional arguments (unused)
Requires IAI version 3.0 or higher.
if (FALSE) iai::predict_proba(lnr, X)
Run the code above in your browser using DataLab