Skip to content

Releases: rikhuijzer/Resample.jl

v1.0.2

02 May 11:50
Compare
Choose a tag to compare

Resample v1.0.2

Diff since v1.0.1

Added a new method to automatically balance classes for the binary (2-classes) case for convenience. Also fixed the rng. I forgot to pass it to the rand functions and updated the docstrings.

Closed issues:

  • Help with smote (#4)
  • Add helper to simplify balancing a column (#5)

Merged pull requests:

v1.0.1

15 Apr 18:26
Compare
Choose a tag to compare

Resample v1.0.1

Diff since v1.0.0

Automatically converts Int to Float64 and adds another type assertion on a smote method.

v1.0.0

14 Mar 10:31
32dd798
Compare
Choose a tag to compare

Resample v1.0.0

Merged pull requests: