Skip to content

Releases: JuliaAI/MLJBase.jl

v0.18.14

03 Jul 21:53
675d4b9
Compare
Choose a tag to compare

MLJBase v0.18.14

Diff since v0.18.13

Merged pull requests:

v0.18.13

29 Jun 05:01
95642c9
Compare
Choose a tag to compare

MLJBase v0.18.13

Diff since v0.18.12

Merged pull requests:

v0.18.12

28 Jun 22:49
d5d1e6e
Compare
Choose a tag to compare

MLJBase v0.18.12

Diff since v0.18.11

Closed issues:

  • New patch release of LossFunctions is triggering build fail (#575)

Merged pull requests:

v0.18.11

10 Jun 23:57
Compare
Choose a tag to compare

MLJBase v0.18.11

Diff since v0.18.10

Merged pull requests:

  • Replacing length by nrows to solve #580 (#581) (@Leonardbcm)

v0.18.10

10 Jun 05:27
ab2a1ab
Compare
Choose a tag to compare

MLJBase v0.18.10

Diff since v0.18.9

  • (ehnancement) Add canned version of Wolpert model stacking, Stack (#564) @olivierlabayle @ablaom
  • (bug fix) Fix overflow bug in MatthewsCorrelation coefficient (#571) @giordano
  • (enhancement) Overload partition to work on arbitrary vectors, matrices and tables (#361) @giordano
  • (bug fix) Fix flawed interface point for RNG specification in synthetic data methods, such as make_blobs (#567) @OkonSamuel
  • Remove LossFunctions.jl type piracy (#577) @ablaom

Closed issues:

  • Review of loading time (#77)
  • Generalize partition to split any table or matrix or vector, not just vector of integers (#361)
  • Use xlogy function in cross-entropy definition (#373)
  • Balanced accuracy on ConfusionMatrix fails (#380)
  • Matthews correlation should be reviewed (#381)
  • Cannot pass arbitrary rng to make_blobs (#567)

Merged pull requests:

v0.18.9

01 Jun 05:41
3387b22
Compare
Choose a tag to compare

MLJBase v0.18.9

Diff since v0.18.8

Merged pull requests:

  • Bump compat ProgressMeter = "1.7.1" and version = "0.18.9" (#562) (@ablaom)

v0.18.8

26 May 02:38
Compare
Choose a tag to compare

MLJBase v0.18.8

Diff since v0.18.7

  • Fix bug with Resampler (#559)
  • Add train_test_rows field to performance evaluation objects (#559)
  • Improve error message for attempts to call report/fitted_params on an untrained machine (#558)

Merged pull requests:

  • Add more informative error for report/fitted_param on untrained mach (#558) (@ablaom)
  • Ensure Resampler does not generate new train/test pairs unless resampling or repeats changes (#559) (@ablaom)

v0.18.7

24 May 05:41
f04698b
Compare
Choose a tag to compare

MLJBase v0.18.7

Diff since v0.18.6

Merged pull requests:

  • CompatHelper: bump compat for "LossFunctions" to "0.7" (#555) (@github-actions[bot])
  • Fix error message for using deterministic measure with probabilistic model in evaluate! (#556) (@ablaom)

v0.18.6

15 May 01:38
1512912
Compare
Choose a tag to compare

MLJBase v0.18.6

Diff since v0.18.5

  • Make the show method, and fitted_params/report for composite models, property-based, instead of field-based (#553 )

Merged pull requests:

  • Update resampling.jl (#552) (@adityasaini70)
  • Make MLJType show method, and fitted_params/report for composites, property-based instead of field-based (#553) (@ablaom)

v0.18.5

13 May 03:09
f8e822b
Compare
Choose a tag to compare

MLJBase v0.18.5

Diff since v0.18.4

Closed issues:

  • unexpected behaviour for fitted_params when a composite model has == component models (#549)

Merged pull requests: