recipes 1.0.6
Improvements
-
Steps with tunable arguments now have those arguments listed in the documentation.
-
All steps that add new columns will now informatively error if name collision occurs. (#983)
Bug Fixes
-
Fixed bug in
step_spline_b()
,step_spline_convex()
,step_spline_monotone()
, andspline_nonnegative()
where you weren't able to tune thedegree
argument. -
step_range()
now perform correctly performs clipping on recipes created before 1.0.3. (#1097)
Breaking Changes
- The
tidy()
method forstep_impute_mean()
,step_impute_median()
, andstep_impute_mode()
now the imputed value with the column namevalue
instead ofmodel
. This is in line with the output ofstep_impute_lower()
. (#826)