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

View source: R/preprocessing_feature_selection.R

select_borutaR Documentation

Perform Boruta algorithm for selecting most important features

Description

Perform Boruta algorithm for selecting most important features

Usage

select_boruta(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 list containing two objects:

  • `data` A dataset with selected columns,

  • `idx` The indexes of removed columns.


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