This function complements mlr_fselectors with functions in the spirit of mlr3::mlr_sugar.
fs(.key, ...)
.key | ( |
---|---|
... | (named |
fs("sequential", max_features = 4)#> <FSelectorSequential> #> * Parameters: strategy=sfs, max_features=4 #> * Parameter classes: ParamLgl #> * Properties: single-crit #> * Packages: -