View source: R/preprocessing_feature_selection.R
select_boruta | R Documentation |
Perform Boruta algorithm for selecting most important features
select_boruta(data, y)
data |
A data source before preprocessing, that is one of the major R formats: data.table, data.frame, matrix, and so on. |
y |
A string that indicates a target column name. |
A list containing two objects:
`data`
A dataset with selected columns,
`idx`
The indexes of removed columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.