recipes 1.0.5
-
Added
outside
argument tostep_percentile()
to determine different ways of handling values outside the range of the training data. -
step_range()
is now backwards compatible with respect to theclipping
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
, andcheck
methods forgenerics::tune_args()
are now registered unconditionally (tidymodels/workflows#192). -
Added a
conditionMessage()
method forrecipes_error
s to consistently point out which step errors occurred in when reporting errors. (#1080)