sort_feature: This function is used to sequence the columns of the dataset,...

View source: R/data-preprocess.R

sort_featureR Documentation

This function is used to sequence the columns of the dataset, so as to be in the order Numeric>Binary>Multiclass It is used to minimise memory overhead

Description

This function is used to sequence the columns of the dataset, so as to be in the order Numeric>Binary>Multiclass It is used to minimise memory overhead

Usage

sort_feature(data, feature)

Arguments

data

A data frame

feature

name of the feature (character)

Value

This function returns a list with sorted.df and chunk (the number of feature in the selected group)


agnesdeng/misle documentation built on Sept. 22, 2023, 8:48 p.m.