powered by
Process categorical features
process_cat_feats(features, progbar = NULL)
list of two dataframes: categorical (processed) and continuous features (unprocessed)
dataframe of features for machine learning
optional progress bar (default: NULL)
NULL
Zena Lapp, zenalapp@umich.edu
if (FALSE) { process_cat_feats(mikropml::otu_small[, 2:ncol(otu_small)]) }
Run the code above in your browser using DataLab