Gadget to use the data preprocessing 'recipes' package interactively.
recipesGadget(.df, bake_list = NULL)
.df | data frame, data table or tibble on which the preprocessing steps will be trained. |
---|---|
bake_list | A named list where each element is a data.frame, data.table or tibble on which the selected preprocessing steps can be applied. |
Returns a list containing the trained recipe as well as all the data to which the recipe has been applied within the gadget.