View source: R/data-preprocess.R
sort_feature | R 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
sort_feature(data, feature)
data |
A data frame |
feature |
name of the feature (character) |
This function returns a list with sorted.df
and chunk
(the number of feature in the selected group)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.