Learn R Programming

iai (version 1.10.2)

fit.optimal_feature_selection_learner: 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 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.

IAI Compatibility

Requires IAI version 1.1 or higher.

Details

Julia Equivalent: IAI.fit!

Examples

Run this code
if (FALSE) iai::fit(lnr, X)

Run the code above in your browser using DataLab