boruta_selection: Perform Boruta algorithm for selecting most important...

View source: R/preprocessing.R

boruta_selectionR Documentation

Perform Boruta algorithm for selecting most important features

Description

Perform Boruta algorithm for selecting most important features

Usage

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.


ModelOriented/forester documentation built on June 6, 2024, 7:29 a.m.