
Feature Selection with Asynchronous Random Search
Source:R/FSelectorAsyncRandomSearch.R
mlr_fselectors_async_random_search.Rd
Feature selection using Asynchronous Random Search Algorithm.
Source
Bergstra J, Bengio Y (2012). “Random Search for Hyper-Parameter Optimization.” Journal of Machine Learning Research, 13(10), 281–305. https://jmlr.csail.mit.edu/papers/v13/bergstra12a.html.
Details
The feature sets are randomly drawn. The sets are evaluated asynchronously. The algorithm uses bbotk::OptimizerAsyncRandomSearch for optimization.
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_exhaustive_search
Super classes
mlr3fselect::FSelector
-> mlr3fselect::FSelectorAsync
-> FSelectorAsyncRandomSearch