mlr_boruta_filter | R Documentation |
A custom mlr filter that uses Boruta to select important features This function registers the "boruta.filter" filter to be used with makeFilterWrapper and other mlr filter functions.
mlr_boruta_filter()
target str; what is the target variable in the task object (default: 'Class')
pValue float; see Boruta docs (default: 0.01)
maxRuns int; see Boruta docs (default: 200)
hostHistory bool; see Boruta docs (default: FALSE)
withTentative bool; keep tentative features (default: TRUE)
verbose bool; list features selected? (default: FALSE)
mustKeep vector; features that cannot be filtered (default: NULL)
threads int; number of threads to use for Boruta (default: 1)
Nothing, but "boruta.filter" filter will be registered
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.