View source: R/preprocessing.R
boruta_selection | R Documentation |
Perform Boruta algorithm for selecting most important features
boruta_selection(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 dataset with removed columns that are not needed according to the Boruta algorithm.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.