View source: R/modeling_helpers.R
tof_prep_recipe | R Documentation |
Train a recipe or list of recipes for preprocessing sample-level cytometry data
tof_prep_recipe(split_data, unprepped_recipe)
split_data |
An 'rsplit' or 'rset' object from the |
unprepped_recipe |
A |
If split_data is an "rsplit" or "tbl_df" object, will return a single prepped recipe. If split_data is an "rset" object, will return a list of prepped recipes specific for each fold of the resampling procedure.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.