Skip to content

Releases: JuliaAI/MLJBase.jl

v0.11.9

25 Feb 22:02
584396b
Compare
Choose a tag to compare

MLJBase v0.11.9

Diff since v0.11.8

Bump [compat] Tables = "^1.0"

Closed issues:

  • Error with evaluate! tests in the distributed setting (#169)

Merged pull requests:

v0.11.8

20 Feb 00:04
2b87398
Compare
Choose a tag to compare

MLJBase v0.11.8

Diff since v0.11.7

  • (bug) Remove multithreading race conditions in resampling (use of evaluate!) (#169)

  • (testing) Fix and re-instate all CPUThreads and CPUProcesses tests in resampling

  • (enhancement) Add progress meter to all forms of accelerated resampling

  • (testing) Increase number of workers in travis testing to 2 (3 processes); increase number of threads to 2.

Closed issues:

  • Add shuffle=false, rng=GLOBAL_RNG keywords to unpack command (#167)

Merged pull requests:

v0.11.7

17 Feb 12:03
Compare
Choose a tag to compare

MLJBase v0.11.7

Diff since v0.11.6

Closed issues:

  • Confusion matrices as measures (#168)

Merged pull requests:

v0.11.6

17 Feb 01:03
50c4eab
Compare
Choose a tag to compare

MLJBase v0.11.6

Diff since v0.11.5

Allow confusion_matrix (or confmat) to be specified as a measure in calls to evaluate, evaluate! (#168, PR #195)

Merged pull requests:

v0.11.5

14 Feb 05:02
9ec8046
Compare
Choose a tag to compare

MLJBase v0.11.5

Diff since v0.11.4

  • rebinding of measure names to non-abbreviated versions of their aliases

  • (enhancement) Allow specification of shuffle=... and rng=... in unpack (#167, PR #190)

  • (enhancement) Enable loading of datasets from OpenML with OpenML.load

Closed issues:

  • Remove two letter measures (#187)

Merged pull requests:

v0.11.4

13 Feb 09:03
0f921e7
Compare
Choose a tag to compare

MLJBase v0.11.4

Diff since v0.11.3

Add forgotten exports: tp, fp, tn, fn

Merged pull requests:

  • fix false/true mix-up in finite measure doc strings (#185) (@ablaom)

v0.11.3

13 Feb 05:02
22ad608
Compare
Choose a tag to compare

MLJBase v0.11.3

Diff since v0.11.2

Add docstrings to remaining measures

Closed issues:

  • Add pkg= in docstring_ext (#57)
  • tweaks to BrierScore traits (#172)

Merged pull requests:

v0.11.2

12 Feb 14:03
543ee13
Compare
Choose a tag to compare

MLJBase v0.11.2

Diff since v0.11.1

Closed issues:

  • Towards next release (#145)

Merged pull requests:

v0.11.1

11 Feb 17:21
v0.11.1
76a13b7
Compare
Choose a tag to compare

v0.11.1 (2020-02-11)

Diff since v0.11.0

Merged pull requests:

v0.11.0

07 Feb 10:45
v0.11.0
Compare
Choose a tag to compare

v0.11.0 (2020-02-07)

Diff since v0.10.1

Closed issues:

  • confusion matrix: Problem with perm=... (#170)
  • Possibly add fit\_predict (#161)
  • Additional traits for measures (#98)
  • Rename default_measure to default_loss and make it a function of the scitype only (#51)

Merged pull requests:

  • Minor release with MLJModelInterface and MLJScientificTypes (#173) (tlienart)