Skip to content

Releases: JuliaAI/MLJModelInterface.jl

v1.4.1

03 Mar 07:36
d77bbdd
Compare
Choose a tag to compare

MLJModelInterface v1.4.1

Diff since v1.4.0

Merged pull requests:

v1.4.0

28 Feb 23:31
4845e17
Compare
Choose a tag to compare

MLJModelInterface v1.4.0

Diff since v1.3.6

  • (ehancement) Add utility doc_header for generating a standard header for MLJ model document strings
  • (future proofing) Ensure metadata_model utility does not override fallback behaviour of model traits
  • (enhancement) Add human_name as a model trait with fallback provided by StatisticalTraits.jl (eg, "XGBoostRegressor" -> "XG boost regressor")
  • (enhancement) Add human_name and supports_class_weights to list of traits that can be declared using metadata_model
  • Change docstring trait fallback to be the regular type doc-string if it exists, and to otherwise be an auto-generated string that improves the previous fallback.

Details are to be found in #139 and #140.

Merged pull requests:

v1.3.6

28 Jan 06:31
4e1a382
Compare
Choose a tag to compare

MLJModelInterface v1.3.6

Diff since v1.3.5

Merged pull requests:

v1.3.5

03 Jan 21:40
824e05c
Compare
Choose a tag to compare

MLJModelInterface v1.3.5

Diff since v1.3.4

Closed issues:

  • MLJModelInterface no longer exporting scitype (#129)

Merged pull requests:

v1.3.4

23 Dec 03:19
597e2dd
Compare
Choose a tag to compare

MLJModelInterface v1.3.4

Note: Yanked from General.jl registry. Superseded by 1.3.5, for which notes below still apply.

Diff since v1.3.3

  • Bump the compatibility requirements of ScientificTypesBase to ^3, making necessary adjustments (#126) @OkonSamuel

Closed issues:

  • Remove export augmented_transform and export info (#125)

Merged pull requests:

v1.3.3

17 Oct 21:24
1bfe302
Compare
Choose a tag to compare

MLJModelInterface v1.3.3

Diff since v1.3.2

  • Tweak fit and trait fallbacks for Annotator models (#121) @davnn

Merged pull requests:

  • Supervised fit should work for all unsupervised annotators (#121) (@davnn)
  • For a 1.3.3 release (#122) (@ablaom)

v1.3.2

20 Sep 20:16
402ca25
Compare
Choose a tag to compare

MLJModelInterface v1.3.2

Diff since v1.3.1

Merged pull requests:

  • Supervised annotators should correctly return is_supervised (#118) (@davnn)
  • For a 1.3.2 release (#119) (@ablaom)

v1.3.1

17 Sep 00:21
44581de
Compare
Choose a tag to compare

MLJModelInterface v1.3.1

Diff since v1.3.0

  • (bug fix) Fix unexpected behaviour of == for MLJTypes objects with "strap-on" properties (#115)

Closed issues:

  • Document the API requirement to use acceleration field for parallelisation (#104)
  • MLJType objects with "strap-on" properties can change without detection by == (#115)

Merged pull requests:

v1.3.0

06 Sep 02:21
05091c5
Compare
Choose a tag to compare

MLJModelInterface v1.3.0

Diff since v1.2.0

  • (enhancement) Add support for outlier detection (#113)

Closed issues:

  • Issue to trigger new release (#60)

Merged pull requests:

v1.2.0

17 Aug 03:02
6288bac
Compare
Choose a tag to compare

MLJModelInterface v1.2.0

Diff since v1.1.3

Merged pull requests: