Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Oct 00:18
adb1258

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)