Description Usage Arguments Details See Also
As steps are estimated by 'prep', these operations are applied to the training set. Rather than running 'bake' to duplicate this processing, this function will return variables from the processed training set.
1 |
object |
A 'recipe' object that has been prepared with the option 'retain = TRUE'. |
... |
One or more selector functions to choose which variables will be
returned by the function. See |
When preparing a recipe, if the training data set is retained using 'retain = TRUE', there is no need to 'bake' the recipe to get the preprocessed training set.
'portion' will return the results of a recipes where _all steps_ have been applied to the data, irrespective of the value of the step's 'skip' argument.
[recipe()] [prep.recipe()] [bake.recipe()] [juice.recipe()]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.