R/preprocessing.R
boruta_selection.Rd
Perform Boruta algorithm for selecting most important features
boruta_selection(data, y)
A data source before preprocessing, that is one of the major R formats: data.table, data.frame, matrix, and so on.
A string that indicates a target column name.
A dataset with removed columns that are not needed according to the Boruta algorithm.