Calling ?tidy.step_*()
now sends you to the documentation for step_*()
where the outcome is documented. (#142)
Documentation now correctly specifies majority-to-minority and minority-to-majority. (#143, #110)
Documentation for tidy methods for all steps has been improved to describe the return value more accurately. (#148)
Fixed bug where some upsampling functions would error if no upsampling was needed. (#119)
Steps with tunable arguments now have those arguments listed in the documentation.
step_upsample()
and step_downsample()
tomek()
has been added, rewritten to apply to multiple classes, removing the need for the unbalanced package, which has been removed as a dependency.step_downsample()
and step_upsample()
that made the steps unable to be tuned. (#90)step_smotenc()
have been added to implement SMOTENC which can handle categorical as well as numerical values. Thanks to @RobertGregg (#82)nearmiss()
functions to users.iris
or okc
data sets.step_rose()
now correctly allows you to use characters variables. (#26)step_tomek()
now ignore non-predictor variables when appropriate. (#51)smote()
. (#76)smote()
, adasyn()
, and bsmote()
functions to users.step_smote()
now work regardless of order of classes. Thanks to @sebastien-foulle for point it out #14.NEWS.md
file to track changes to the package.