View source: R/optimalfeatureselection.R
score.optimal_feature_selection_learner | R Documentation |
Julia Equivalent:
IAI.score
## S3 method for class 'optimal_feature_selection_learner'
score(obj, X, ...)
obj |
The learner or grid to evaluate. |
X |
The features of the data. |
... |
Other parameters, including zero or more target vectors as
required by the problem type. If the |
Requires IAI version 1.1 or higher.
## Not run: iai::score(lnr, X, y, fit_index=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.