Skip to content

v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Apr 00:35
14fae0b

MLJ v0.18.0

Diff since v0.17.3

This release supports changes appearing in the upstream package releases
listed below (click on package for detailed release notes).

The principal change, which is breaking, is how model
serialization
works. The previous MLJ.save method still works, but
you can only save to Julia JLS files, and the format is
new and not backwards compatible. A new workflow allows for
serialization using any generic serializer; serialization now plays
nicely with model composition and model wrappers, such as TunedModel
and EnsembleModel (even with non-Julia atomic models),
and training data will not be inadvertently serialized.

Refer to this manual page details.

The package MLJSerialization has been dropped as a dependency as
serialization functionality has moved to MLJBase.

Closed issues:

  • Use of ScientificTypes and CategoricalArrays in native model (#907)
  • Broken tutorial link (#917)
  • For a 0.18 release (#920)

Merged pull requests: