Train a recipe or list of recipes for preprocessing sample-level cytometry data
Source:R/modeling_helpers.R
tof_prep_recipe.Rd
Train a recipe or list of recipes for preprocessing sample-level cytometry data
Arguments
- split_data
An `rsplit` or `rset` object from the
rsample
package containing the sample-level data to use for modeling. The easiest way to generate this is to usetof_split_data
. Alternatively, an unsplit tbl_df, though this is not recommended.- unprepped_recipe
A
recipe
object (if `split_data` is an `rsplit` object or a `tbl_df`) or list of recipes (if `split_data` is an `rset` object).