mlr_fselectors_async_random_search | R Documentation |
Feature selection using Asynchronous Random Search Algorithm.
The feature sets are randomly drawn. The sets are evaluated asynchronously. The algorithm uses bbotk::OptimizerAsyncRandomSearch for optimization.
This FSelector can be instantiated with the associated sugar function fs()
:
fs("async_random_search")
max_features
integer(1)
Maximum number of features.
By default, number of features in mlr3::Task.
mlr3fselect::FSelector
-> mlr3fselect::FSelectorAsync
-> FSelectorAsyncRandomSearch
new()
Creates a new instance of this R6 class.
FSelectorAsyncRandomSearch$new()
clone()
The objects of this class are cloneable with this method.
FSelectorAsyncRandomSearch$clone(deep = FALSE)
deep
Whether to make a deep clone.
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.
Other FSelectorAsync:
mlr_fselectors_async_design_points
,
mlr_fselectors_async_exhaustive_search
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.