View source: R/optimalfeatureselection.R
predict.optimal_feature_selection_learner | R Documentation |
Julia Equivalent:
IAI.predict
## S3 method for class 'optimal_feature_selection_learner'
predict(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 cluster to use for prediction, if the
|
... |
Refer to the Julia documentation for available parameters. |
Requires IAI version 1.1 or higher.
## Not run: iai::predict(lnr, X)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.