Skip to content

recipes 0.1.14

Compare
Choose a tag to compare
@topepo topepo released this 18 Oct 18:14
  • prep() gained an option to print a summary of which columns were added and/or removed during execution.

  • To reduce confusion between bake() and juice(), the latter is superseded in favor of using bake(object, new_data = NULL). The new_data argument now has no default, so a NULL value must be explicitly used in order to emulate the results of juice(). juice() will remain in the package (and used internally) but most communication and training will use bake(object, new_data = NULL). (#543)

  • Tim Zhou added a step to use linear models for imputation (#555)