Skip to content

Releases: JuliaAI/MLJBase.jl

v1.12.1

22 Dec 00:37
2209278

Choose a tag to compare

MLJBase v1.12.1

Diff since v1.12.0

Merged pull requests:

v1.12.0

16 Dec 23:18
5123fd8

Choose a tag to compare

MLJBase v1.12.0

Diff since v1.11.0

  • (enhancement) Arrange that the objects returned by evaluate/evaluate! store the currently displayed "1.96SE" estimates of the radius of the confidence interval for each performance estimate, to be accessible via a new property uncertainty_radius_95 (#1034)
  • (enhancement) Allow users to specify a tag for a model or machine they are evaluating, as in evaluate("my_model"=>model, ...) in place of evaluate(model, ...), to be accessible in the returned object via a new property, tag. Include the tag in the display of the returned object and vectors of the same (#1034)
  • (enhancement) Allow users to pass a vector of (possibly tagged) models or machines in evaluate/evaluate! calls, as in evaluate([model1, model2], ...) or evaluate(["knn with K=5"=>model1, "random forest"=>model2], ...) (#1034).

Merged pull requests:

  • Enhance performance evaluations (#1034) (@ablaom)
  • Fix show for CompactPerformanceEvaluation (#1036) (@ablaom)
  • Disambiguate internal conflict: MMI.classes and CategoricalDistributions.classes. (#1037) (@ablaom)
  • For a 1.12 release (#1038) (@ablaom)

Closed issues:

  • Typo in error messages (#1025)
  • Allow evaluate to have multiple models as argument (#1031)

v1.11.0

04 Dec 22:21
9df04fc

Choose a tag to compare

MLJBase v1.11.0

Diff since v1.10.1

  • Add evaluate/evaluate! support for density estimators (#1026)

Merged pull requests:

v1.10.1

30 Nov 20:54
c6e8225

Choose a tag to compare

MLJBase v1.10.1

Diff since v1.10.0

Merged pull requests:

v1.10.0

03 Nov 01:13
c5a770a

Choose a tag to compare

MLJBase v1.10.0

Diff since v1.9.2

  • Add support for CategoricalArrays 1.0 and CategoricalDistributions 0.2. This changes the behaviour of the re-exported methods levels and unique, as applied to CategoricalArray and UnivariateFinite. Whereas previously these returned a vector of "raw" values, they now return a CategoricalVector. See these CategoricalArrays.jl release notes.

Merged pull requests:

  • Bump the compat requirements for CategoricalArrays and CategoricalDistributions (#1028) (@ablaom)
  • For a 1.10 release (#1030) (@ablaom)

v1.9.2

28 Oct 06:38
f80511f

Choose a tag to compare

MLJBase v1.9.2

Diff since v1.9.1

Merged pull requests:

Closed issues:

  • show for nodes broken in Julia 1.12 (#1022)

v1.9.1

20 Oct 23:58
972ee95

Choose a tag to compare

MLJBase v1.9.1

Diff since v1.9.0

Merged pull requests:

Closed issues:

  • Stop pirating show for NamedTuples (#1018)

v1.9.0

01 Sep 00:06
52e0570

Choose a tag to compare

MLJBase v1.9.0

Diff since v1.8.2

For the release notes:

  • Allow tuples, in addition to vectors, when specifying resampling=... in evaluate/evaluate!, and fix a mistake in the error message for invalid resampling values (#1010)

Merged pull requests:

v1.8.2

19 Jul 08:06
b70bd11

Choose a tag to compare

MLJBase v1.8.2

Diff since v1.8.1

Merged pull requests:

v1.8.1

25 Mar 11:27
94665de

Choose a tag to compare

MLJBase v1.8.1

Diff since v1.8.0

Merged pull requests: