FSelectorAsync | R Documentation |
The FSelectorAsync implements the asynchronous optimization algorithm.
FSelectorAsync is an abstract base class that implements the base functionality each asynchronous fselector must provide.
There are several sections about feature selection in the mlr3book.
Learn more about fselectors.
The gallery features a collection of case studies and demos about optimization.
Utilize the built-in feature importance of models with Recursive Feature Elimination.
Run a feature selection with Shadow Variable Search.
mlr3fselect::FSelector
-> FSelectorAsync
optimize()
Performs the feature selection on a FSelectInstanceAsyncSingleCrit or FSelectInstanceAsyncMultiCrit until termination. The single evaluations will be written into the ArchiveAsyncFSelect that resides in the FSelectInstanceAsyncSingleCrit/FSelectInstanceAsyncMultiCrit. The result will be written into the instance object.
FSelectorAsync$optimize(inst)
inst
(FSelectInstanceAsyncSingleCrit | FSelectInstanceAsyncMultiCrit).
data.table::data.table()
clone()
The objects of this class are cloneable with this method.
FSelectorAsync$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.