Skip to content

Releases: JuliaAI/MLJBalancing.jl

v0.1.5

04 Jun 23:05
58946c9
Compare
Choose a tag to compare

MLJBalancing v0.1.5

Diff since v0.1.4

  • Overload new constructor trait for both models, so the models appear in the MLJ Model Registry and get integrated into the Model Browser (#27)

Merged pull requests:

  • Overload constructor trait for all model types (#27) (@ablaom)
  • For a 0.1.5 release (#28) (@ablaom)

v0.1.4

08 Jan 22:48
96a09a5
Compare
Choose a tag to compare

MLJBalancing v0.1.4

Diff since v0.1.3

  • Bug fix: flawed trait definitions were cleaned up. Thanks to @ablaom.

Merged pull requests:

v0.1.3

21 Oct 03:52
7b6f43f
Compare
Choose a tag to compare

MLJBalancing v0.1.3

Diff since v0.1.2

  • Remove useless docstrings

v0.1.2

10 Oct 17:05
f7b5071
Compare
Choose a tag to compare

MLJBalancing v0.1.2

Diff since v0.1.1

Release notes:

  • Added support for Julia 1.6
  • Allow model to be specified as a positional argument in BalancedModel and BalancedBaggingClassifier
  • Improving documentation for BalancedModel

Merged pull requests:

Closed issues:

  • Support model (the classifier) as positional argument in BalancedModel(...) (#17)

v0.1.1

06 Oct 05:34
1e1b3b7
Compare
Choose a tag to compare

MLJBalancing v0.1.1

Diff since v0.1.0

  • Update to support MLJBase 1.0 (#8)
  • (bug fix) Drop support for Julia 1.6 as not actually supported at this time. Julia 1.7 and higher still supported (#8)
  • (feature addition) Have BalancedBaggingClassifier report the actual number of bags used, T_chosen (commit 0ae67c7)

Merged pull requests:

Closed issues:

  • Dev branch failing julia 1.7 tests (#11)

v0.1.0

30 Sep 19:24
104adcf
Compare
Choose a tag to compare

MLJBalancing v0.1.0

Merged pull requests: