
Feature Selection with Asynchronous Exhaustive Search
Source:R/FSelectorAsyncExhaustiveSearch.R
mlr_fselectors_async_exhaustive_search.Rd
Feature Selection using the Asynchronous Exhaustive Search Algorithm. Exhaustive Search generates all possible feature sets. The feature sets are evaluated asynchronously.
Details
The feature selection terminates itself when all feature sets are evaluated. It is not necessary to set a termination criterion.
Control Parameters
max_features
integer(1)
Maximum number of features. By default, number of features in mlr3::Task.
See also
Other FSelectorAsync:
mlr_fselectors_async_design_points
,
mlr_fselectors_async_random_search
Super classes
mlr3fselect::FSelector
-> mlr3fselect::FSelectorAsync
-> FSelectorAsyncExhaustiveSearch