select_features_boruta: Perform Boruta feature selection.

View source: R/feature-selection.R

select_features_borutaR Documentation

Perform Boruta feature selection.

Description

Perform Boruta feature selection.

Usage

select_features_boruta(dat, response_name, with_tentative = FALSE, ...)

Arguments

dat

a data.frame of input data.

response_name

column name of the response.

with_tentative

if set to TRUE, Tentative attributes will be also returned. See getSelectedAttributes.

...

parameters for Boruta.

Value

a vector of selected features.


markgene/yamatClassifier documentation built on Oct. 14, 2024, 2:36 a.m.