| process_cont_feats | R Documentation | 
Preprocess continuous features
process_cont_feats(features, method)
| features | Dataframe of features for machine learning | 
| method | Methods to preprocess the data, described in
 | 
dataframe of preprocessed features
Zena Lapp, zenalapp@umich.edu
## Not run: 
process_cont_feats(mikropml::otu_small[, 2:ncol(otu_small)], c("center", "scale"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.