fit.optimal_feature_selection_learner {iai} | R Documentation |
Fits an Optimal Feature Selection learner to the training data
Description
When the coordinated_sparsity
parameter of the learner is TRUE
,
additional keyword arguments are required - please refer to the Julia
documentation.
Usage
## S3 method for class 'optimal_feature_selection_learner'
fit(obj, X, ...)
Arguments
obj |
The learner or grid to fit. |
X |
The features of the data. |
... |
Other parameters, including zero or more target vectors as required by the problem type. Refer to the Julia documentation for available parameters. |
Details
Julia Equivalent:
IAI.fit!
IAI Compatibility
Requires IAI version 1.1 or higher.
Examples
## Not run: iai::fit(lnr, X)
[Package iai version 1.10.1 Index]