optimal_feature_selection_regressor {iai}R Documentation

Learner for conducting Optimal Feature Selection on regression problems

Description

Julia Equivalent: IAI.OptimalFeatureSelectionRegressor

Usage

optimal_feature_selection_regressor(...)

Arguments

...

Use keyword arguments to set parameters on the resulting learner. Refer to the Julia documentation for available parameters.

IAI Compatibility

Requires IAI version 1.1 or higher.

Examples

## Not run: lnr <- iai::optimal_feature_selection_regressor()


[Package iai version 1.10.0 Index]