Skip to content

recipes 1.0.6

Compare
Choose a tag to compare
@topepo topepo released this 25 Apr 03:36
f8fff99

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(), and spline_nonnegative() where you weren't able to tune the degree argument.

  • step_range() now perform correctly performs clipping on recipes created before 1.0.3. (#1097)

Breaking Changes

  • The tidy() method for step_impute_mean(), step_impute_median(), and step_impute_mode() now the imputed value with the column name value instead of model. This is in line with the output of step_impute_lower(). (#826)