flt {mlr3filters} | R Documentation |
Syntactic Sugar for Filter Construction
Description
These functions complements mlr_filters with a function in the spirit of mlr3::mlr_sugar.
Usage
flt(.key, ...)
flts(.keys, ...)
Arguments
.key |
( |
... |
(named |
.keys |
( |
Value
Examples
flt("correlation", method = "kendall")
flts(c("mrmr", "jmim"))
[Package mlr3filters version 0.8.0 Index]