Skip to content

Releases: JuliaAI/MLJTuning.jl

v0.6.0

05 Jan 04:02
fed846c
Compare
Choose a tag to compare

MLJTuning v0.6.0

Diff since v0.5.5

  • (enhancement) Add LatinHypercube tuning (#78, #96 @ludoro)
  • (API change) Make a tuned model's number of iterations, n, available to setup method (#106). This change is not breaking for users of MLJTuning but will break third party implementations of the the tuning strategy API (TreeParzen.jl being the only case-in-point of which @blaom is aware)

Closed issues:

  • Add LatinHypercube tuning (#78)
  • Make a tuned model's number of iterations, n, available to setup method (#106)

Merged pull requests:

v0.5.5

27 Nov 07:24
55ca25b
Compare
Choose a tag to compare

MLJTuning v0.5.5

Diff since v0.5.4

Merged pull requests:

v0.5.4

23 Nov 06:41
ab9c97e
Compare
Choose a tag to compare

MLJTuning v0.5.4

Diff since v0.5.3

Closed issues:

  • fit! on TunedModel instances fails with verbosity > 1 (#97)

Merged pull requests:

v0.5.3

05 Nov 00:17
65eedad
Compare
Choose a tag to compare

MLJTuning v0.5.3

Diff since v0.5.2

Merged pull requests:

v0.5.2

20 Oct 19:08
348a9f6
Compare
Choose a tag to compare

MLJTuning v0.5.2

Diff since v0.5.1

Closed issues:

  • Score measure maximization double signal flip (#87)

Merged pull requests:

v0.5.1

20 Sep 22:07
8c3e948
Compare
Choose a tag to compare

MLJTuning v0.5.1

Diff since v0.5.0

Merged pull requests:

v0.5.0

15 Sep 04:08
3e989d5
Compare
Choose a tag to compare

MLJTuning v0.5.0

Diff since v0.4.3

Closed issues:

  • For a 0.5 release (#76)

Merged pull requests:

v0.4.3

28 Aug 06:08
3b1b35d
Compare
Choose a tag to compare

MLJTuning v0.4.3

Diff since v0.4.2

Closed issues:

  • Plots warning for scale when visualising tuning results. (#65)
  • Decouple training weights from weights for measures, in TunedModel (#70)

Merged pull requests:

v0.4.2

14 Aug 20:07
250c055
Compare
Choose a tag to compare

MLJTuning v0.4.2

Diff since v0.4.1

Closed issues:

  • Intermittent failure of CI for Julia 1.3 (#51)
  • Allow rows=... specification in learning_curve (#61)

Merged pull requests:

v0.4.1

20 Jul 05:05
6fed9cb
Compare
Choose a tag to compare

MLJTuning v0.4.1

Diff since v0.4.0

Closed issues:

  • Issue for triggering new releases (#53)

Merged pull requests:

  • Allow specification rows=... in learning curve() (#62) (@ablaom)
  • For a 0.4.1 release (#63) (@ablaom)