View source: R/feature-selection.R
select_features_boruta2 | R Documentation |
Perform Boruta feature selection with Boruta result.
select_features_boruta2(dat, response_name, with_tentative = FALSE, ...)
dat |
a |
response_name |
column name of the response. |
with_tentative |
if set to |
... |
parameters for |
a list of two items: a vector of selected features and a Boruta
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.