Skip to content

Releases: JuliaAI/MLJModelInterface.jl

v1.9.0

15 Aug 20:56
Compare
Choose a tag to compare

MLJModelInterface v1.9.0

Diff since v1.8.0

Closed issues:

  • Interface broken (#171)
  • Add a method params2 to recursively convert a model to a nested named tuple (#176)

Merged pull requests:

v1.8.0

25 Nov 01:31
dcf33d6
Compare
Choose a tag to compare

MLJModelInterface v1.8.0

Diff since v1.7.1

  • Add ProbabilisticSet <: Supervised model type (#167)
  • Add augment keyword option to doc_header (#168)

Merged pull requests:

v1.7.1

02 Nov 19:33
13933a8
Compare
Choose a tag to compare

MLJModelInterface v1.7.1

Diff since v1.7.0

Closed issues:

  • Should MLJModelInterface.metadata_pkg() go in __init__ or not ? (#164)

Merged pull requests:

  • Remove Integer type annotation in fit(::Static, verbosity::Integer, ...) (#165) (@ablaom)
  • For a 1.7.1 release (#166) (@ablaom)

v1.7.0

05 Oct 00:18
adb1258
Compare
Choose a tag to compare

MLJModelInterface v1.7.0

Diff since v1.6.0

  • Add a new model method report(::Model, report_given_method) for combining the reports generated by a model's fit method, with reports generated by operations, such as predict. Here report_given_method is a dictionary of reports, keyed on methods as symbols (:fit, :predict, :transform, and so forth) (#160; in support of JuliaAI/MLJBase.jl#841)

Merged pull requests:

  • Add report method for merging fit reports with operational reports (#160) (@ablaom)
  • Tweak warning for deprecated use of docstring/descr (#161) (@ablaom)
  • For a 1.7.0 release (#163) (@ablaom)

v1.6.0

14 Jul 07:17
3571861
Compare
Choose a tag to compare

MLJModelInterface v1.6.0

Diff since v1.5.1

  • (enhancement) Add reporting_operations, from StatisticalTraits.jl, to the list of model traits (#158)

Merged pull requests:

v1.5.1

08 Jul 05:21
5886633
Compare
Choose a tag to compare

MLJModelInterface v1.5.1

Diff since v1.5.0

Merged pull requests:

  • Update metadata_model to include traits for feature importances and training losses (#155) (@ablaom)
  • For a 0.5.1 release (#156) (@ablaom)

v1.5.0

07 Jul 22:52
e8da6ba
Compare
Choose a tag to compare

MLJModelInterface v1.5.0

Diff since v1.4.4

Merged pull requests:

v1.4.4

06 Jul 01:42
f6432bc
Compare
Choose a tag to compare

MLJModelInterface v1.4.4

Diff since v1.4.3

Merged pull requests:

v1.4.3

17 Jun 03:58
fe70185
Compare
Choose a tag to compare

MLJModelInterface v1.4.3

Diff since v1.4.2

Closed issues:

  • Applying a transformation to train but not test (#146)

Merged pull requests:

v1.4.2

07 Mar 05:25
4b7ca2d
Compare
Choose a tag to compare

MLJModelInterface v1.4.2

Diff since v1.4.1

Merged pull requests: