pre_rm_static_cols: Remove columns with one value for all rows

View source: R/preprocessing.R

pre_rm_static_colsR Documentation

Remove columns with one value for all rows

Description

Remove columns with one value for all rows

Usage

pre_rm_static_cols(data, y)

Arguments

data

A data source, 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 deleted unwanted columns.


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