Skip to content

recipes 1.0.5

Compare
Choose a tag to compare
@topepo topepo released this 20 Feb 20:25
23cbd9a
  • Added outside argument to step_percentile() to determine different ways of handling values outside the range of the training data.

  • step_range() is now backwards compatible with respect to the clipping argument that was added 1.0.3, and old saved recipes can now be baked. (#1090)

  • update print methods to use cli package for formatting. (#426)

  • Print methods no longer errors for untrained recipes with long selections. (#1083)

  • The recipe, step, and check methods for generics::tune_args() are now registered unconditionally (tidymodels/workflows#192).

  • Added a conditionMessage() method for recipes_errors to consistently point out which step errors occurred in when reporting errors. (#1080)