Skip to content

Releases: JuliaAI/MLJBase.jl

v0.20.12

14 Jul 09:54
52849b7
Compare
Choose a tag to compare

MLJBase v0.20.12

Diff since v0.20.11

  • (enhancement) Add support for model operations (such as transform) that return extra information for merging into machine reports (#806)

Merged pull requests:

  • Proposal to add support to allow non-generalizing models to contribute to a machine's report (#806) (@ablaom)
  • For a 0.20.12 release (#808) (@ablaom)

v0.20.11

12 Jul 02:15
1c79f8f
Compare
Choose a tag to compare

MLJBase v0.20.11

Diff since v0.20.10

Merged pull requests:

v0.20.10

11 Jul 23:01
5904441
Compare
Choose a tag to compare

MLJBase v0.20.10

Diff since v0.20.9

Closed issues:

  • Incorrect display of one-dimensional range in case of scaling function (#797)

Merged pull requests:

  • Fix inverse_transform bug for pipelines with Static components (#802) (@ablaom)
  • Fix show for one-dimensional ranges (#803) (@ablaom)
  • For a 0.20.10 release (#804) (@ablaom)

v0.20.9

08 Jul 06:28
410e85f
Compare
Choose a tag to compare

MLJBase v0.20.9

Diff since v0.20.8

Merged pull requests:

v0.20.8

08 Jul 01:49
7ed607a
Compare
Choose a tag to compare

MLJBase v0.20.8

Diff since v0.20.7

Merged pull requests:

  • Remove apparatus to anonymize composite model fitresults (#795) (@ablaom)
  • Add feature_importances machine inspection method. (#798) (@OkonSamuel)
  • For a 0.20.8 release (#799) (@ablaom)

v0.20.7

17 Jun 00:19
4341ee3
Compare
Choose a tag to compare

MLJBase v0.20.7

Diff since v0.20.6

Closed issues:

  • Handling of NaN micro/macro aggregation (#630)

Merged pull requests:

  • Skip NaN in averaging in MulticlassFScore (#792) (@ablaom)
  • Fix bugs and inconsistencies in documentation on evaluate!s resampling keyword (#793) (@wolthom)
  • For a 0.20.7 release (#794) (@ablaom)

v0.20.6

14 Jun 03:59
66065db
Compare
Choose a tag to compare

MLJBase v0.20.6

Diff since v0.20.5

  • (enhancement) Support mulithreaded training of learning networks. Call as in fit!(node, acceleration=CPUThreads()) (#785) @olivierlabayle
  • (enhancement) Create interface point for specifying acceleration mode when "exporting" a learning network as new model type, by supporting acceleration as keyword argument of return! method (#785) @olivierlabayle
  • (enhancement) Add acceleration and cache fields to Stack type (#785) @olivierlabayle

Merged pull requests:

v0.20.5

12 Jun 21:52
df704df
Compare
Choose a tag to compare

MLJBase v0.20.5

Diff since v0.20.4

Closed issues:

  • unpack error (#777)
  • typename method for AbstractDataFrame incorrect equality (#784)

Merged pull requests:

v0.20.4

23 May 16:22
1a89215
Compare
Choose a tag to compare

MLJBase v0.20.4

Diff since v0.20.3

  • bump compat for LossFunctions.jl dependency.

Merged pull requests:

v0.20.3

17 May 21:02
cc3dbe5
Compare
Choose a tag to compare

MLJBase v0.20.3

Diff since v0.20.2

  • Add a standard error column to the display of PerformanceEvaluation objects (as returned by evaluate!/evaluate) (#766) @rikhuijzer

Merged pull requests: