recipes 0.1.14
-
prep()
gained an option to print a summary of which columns were added and/or removed during execution. -
To reduce confusion between
bake()
andjuice()
, the latter is superseded in favor of usingbake(object, new_data = NULL)
. Thenew_data
argument now has no default, so aNULL
value must be explicitly used in order to emulate the results ofjuice()
.juice()
will remain in the package (and used internally) but most communication and training will usebake(object, new_data = NULL)
. (#543) -
Tim Zhou added a step to use linear models for imputation (#555)