predict_proba.glmnetcv_classifier | R Documentation |
glmnetcv_classifier
learner for each point in the featuresJulia Equivalent:
IAI.predict_proba
## S3 method for class 'glmnetcv_classifier'
predict_proba(obj, X, fit_index = NULL, ...)
obj |
The learner or grid to use for prediction. |
X |
The features 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. |
... |
Additional arguments (unused) |
Requires IAI version 3.0 or higher.
## Not run: iai::predict_proba(lnr, X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.