Skip to content

Releases: JuliaAI/Imbalance.jl

v0.1.6

15 Mar 22:56
d69fd74
Compare
Choose a tag to compare

Imbalance v0.1.6

Diff since v0.1.5

Bug fix: READEME and documentation improvements
New Feature: Random oversampling and undersampling can now handle missing values

Merged pull requests:

Closed issues:

  • Install Imbalance.jl , got error (#83)
  • Coherence on the code snippets in the readme (#84)
  • JOSS paper minor issues (#85)
  • Documentation clarifications (#86)
  • JOSS Paper review 2 (#88)
  • Trying to replicate the quick start example (JOSS review 2) (#89)
  • Other open questions (JOSS review 2) (#90)

v0.1.5

15 Jan 03:25
52c4c66
Compare
Choose a tag to compare

Imbalance v0.1.5

Diff since v0.1.4

Bug fix: corrected input and output scitypes for SMOTEN and other scitypes in the documentation.

Merged pull requests:

Closed issues:

  • SMOTENC document string (#79)
  • SMOTEN input_scitype and doc string (#80)

v0.1.4

09 Jan 23:26
af9a821
Compare
Choose a tag to compare

Imbalance v0.1.4

Diff since v0.1.3

  • Bug fix: corrected input and output scitypes for implemented static models

Merged pull requests:

Closed issues:

  • Julia 1.10 breaks Imbalance.jl (#73)
  • On input_scitype for static models (#76)

v0.1.3

06 Jan 19:03
f631a95
Compare
Choose a tag to compare

Imbalance v0.1.3

Diff since v0.1.2

Fixed a bug causing issues for Julia 1.10

Merged pull requests:

Closed issues:

  • Add url links to MLJBalancing.jl (#72)

v0.1.2

11 Oct 01:56
b03a642
Compare
Choose a tag to compare

Imbalance v0.1.2

Diff since v0.1.1

  • Added support for Julia 1.6
  • Various documentation improvements

Merged pull requests:

Closed issues:

  • After models are added to the MLJ registry: Check all examples run (#25)
  • Missing url for link (#32)
  • Review impact of MLJBase 1.0 (#58)
  • Install TagBot GH action (#60)

v0.1.1

04 Oct 20:10
bff9803
Compare
Choose a tag to compare

Imbalance v0.1.1

Diff since v0.1.0

Added the following resampling algorithms

  • Random Walk Oversampling (RWO)
  • Borderline SMOTE1
  • Random Undersampling
  • Cluster Undersampling
  • EditedNearestNeighbors Undersampling
  • Tomek Links Undersampling

Merged pull requests:

v0.1.0

04 Oct 13:44
581e16e
Compare
Choose a tag to compare

Imbalance v0.1.0

Initial release of Imbalance.jl where the following oversampling methods have been implemented, documented and tested.

  • Random Oversampling
  • Random Oversampling Examples (ROSE)
  • Synthetic Minority Oversampling Technique (SMOTE)
  • SMOTE-Nominal (SMOTE-N)
  • SMOTE-Nominal Categorical (SMOTE-NC)