get_caret_processed_df {mikropml} | R Documentation |
Get preprocessed dataframe for continuous variables
Description
Get preprocessed dataframe for continuous variables
Usage
get_caret_processed_df(features, method)
Arguments
features |
Dataframe of features for machine learning |
method |
Methods to preprocess the data, described in
|
Value
Named list:
-
processed
: Dataframe of processed features. -
removed
: Names of any features removed during preprocessing.
Author(s)
Zena Lapp, zenalapp@umich.edu
Examples
get_caret_processed_df(mikropml::otu_small[, 2:ncol(otu_small)], c("center", "scale"))
[Package mikropml version 1.6.1 Index]