mlr_fselectors_async_exhaustive_search | R Documentation |
Feature Selection using the Asynchronous Exhaustive Search Algorithm. Exhaustive Search generates all possible feature sets. The feature sets are evaluated asynchronously.
The feature selection terminates itself when all feature sets are evaluated. It is not necessary to set a termination criterion.
This FSelector can be instantiated with the associated sugar function fs()
:
fs("async_exhaustive_search")
max_features
integer(1)
Maximum number of features.
By default, number of features in mlr3::Task.
mlr3fselect::FSelector
-> mlr3fselect::FSelectorAsync
-> FSelectorAsyncExhaustiveSearch
new()
Creates a new instance of this R6 class.
FSelectorAsyncExhaustiveSearch$new()
optimize()
Starts the asynchronous optimization.
FSelectorAsyncExhaustiveSearch$optimize(inst)
inst
(FSelectInstanceAsyncSingleCrit | FSelectInstanceAsyncMultiCrit).
data.table::data.table.
clone()
The objects of this class are cloneable with this method.
FSelectorAsyncExhaustiveSearch$clone(deep = FALSE)
deep
Whether to make a deep clone.
Other FSelectorAsync:
mlr_fselectors_async_design_points
,
mlr_fselectors_async_random_search
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.