update.recipe: Update a recipe with named arguments

Description Usage Arguments Value

View source: R/update.R

Description

Update a recipe with named arguments

Usage

1
2
## S3 method for class 'recipe'
update(object, ...)

Arguments

object

recipe object

...

arguments and values to update the recipe object with names of arguments need to be specified by the step_id followed by a double underscore and the parameter name, e.g. 'corr__threshold = 0.98'

Value

recipe


stevenpawley/tidycrossval documentation built on Oct. 3, 2019, 3:32 p.m.