Smote Variants Versions Save

A collection of 85 minority oversampling techniques (SMOTE) for imbalanced learning with multi-class oversampling and model selection features

v1.0.0

4 months ago

Some general face lifting and accomodation to latest changes in numpy, pandas and pylint.

v0.7.3

7 months ago

Introducing support for Python 3.11, removing support for Python 3.8.

v0.7.1

1 year ago
  • Query for oversamplers with proportion parameter added.

v0.7.0

1 year ago
  • optimization of the parallelized evaluation framework
  • final clean-up after refactoring

v0.6.11

1 year ago

version bump

v0.6.10

1 year ago

trim smote potential infinite loop fix

v0.6.9

1 year ago

Default simplex sampling parameters changed.

v0.6.8

1 year ago

a typo bugfix

v0.6.7

1 year ago

deterministic simplex sampling feature added

v0.6.6

1 year ago

psobat json serialization fix