score.optimal_feature_selection_learner {iai} | R Documentation |
Calculate the score for an Optimal Feature Selection learner on the given data
Description
Julia Equivalent:
IAI.score
Usage
## S3 method for class 'optimal_feature_selection_learner'
score(obj, X, ...)
Arguments
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 |
IAI Compatibility
Requires IAI version 1.1 or higher.
Examples
## Not run: iai::score(lnr, X, y, fit_index=1)
[Package iai version 1.10.1 Index]