Perform Boruta algorithm for selecting most important features

boruta_selection(data, y)

Arguments

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.

Value

A dataset with removed columns that are not needed according to the Boruta algorithm.