Skip to content

Releases: analyticalmindsltd/smote_variants

0.6.5 release

21 Aug 09:21
Compare
Choose a tag to compare

SMOTE_PSOBAT json serialization fix

0.6.4 release

21 Aug 09:04
Compare
Choose a tag to compare

ss_params bug fix

0.6.3

20 Aug 20:22
Compare
Choose a tag to compare

Another bug fix.

0.6.1 release

20 Aug 18:13
Compare
Choose a tag to compare

A bug fix in the evaluation functionalities.

0.6.0 release

20 Aug 11:49
Compare
Choose a tag to compare
  • vectorized implementations for most of the techniques to boost performance
  • a refactored and improved evaluation and model selection toolkit
  • 100% test coverage
  • 10.0 PEP8 conformancy (by pylint)
  • polynom_fit_SMOTE split into 4 different techniques

0.5.1 release

07 Jul 05:51
Compare
Choose a tag to compare

In the 0.5.1 release the package description was corrected in addition to the changes in the 0.5.0 release:

A decent refactoring was carried out by splitting the individual oversamplers to separate files.
SYMPROD added as the 86th oversampler implemented, thanks to @intouchkun
An experimental feature: metric learning to determine the metric to be used for neighborhood estimation added to 69 oversamplers.
A sample notebook to illustrate metric learning backed oversampling was added.
Support and CI pipelines for Python 3.9 and 3.10 added.

0.5.0 release: refactoring, metric learning, new oversampler

07 Jul 04:56
Compare
Choose a tag to compare

In the 0.5.0 release:

  1. A decent refactoring was carried out by splitting the individual oversamplers to separate files.
  2. SYMPROD added as the 86th oversampler implemented, thanks to @intouchkun
  3. An experimental feature: metric learning to determine the metric to be used for neighborhood estimation added to 69 oversamplers.
  4. A sample notebook to illustrate metric learning backed oversampling was added.
  5. Support and CI pipelines for Python 3.9 and 3.10 added.

0.4.0 PEP8 facelifting and minor bug fixes

02 Jul 14:55
606dd53
Compare
Choose a tag to compare
  • code refactored to fulfill PEP8 standards
  • minor bug fixes

0.3.13 version bump

30 Jan 08:43
7e134f6
Compare
Choose a tag to compare

This patch fixes some pickle dumping performance issues.

0.3.12

17 Jan 11:02
133a44c
Compare
Choose a tag to compare
Update _version.py