fit.optimal_feature_selection_learner: Fits an Optimal Feature Selection learner to the training...

View source: R/optimalfeatureselection.R

fit.optimal_feature_selection_learnerR 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)


iai documentation built on July 9, 2023, 5:41 p.m.