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.