select_features_boruta2: Perform Boruta feature selection with Boruta result.

View source: R/feature-selection.R

select_features_boruta2R Documentation

Perform Boruta feature selection with Boruta result.

Description

Perform Boruta feature selection with Boruta result.

Usage

select_features_boruta2(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 list of two items: a vector of selected features and a Boruta object.


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