Skip to content

v0.12.1

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 19:03
· 1894 commits to master since this release
75ea295

MLJBase v0.12.1

Diff since v0.12.0

(enhancement) Add serialization for machines. Serialization is model-specific with a fallback implementation using JLSO. The user serializes with MLJBase.save and de-serializes with machine. See the MLJBase.save doc-string for details. Model-specific serialization is defined by methods MLJBase.save(model::MyModel, ...) and de-serialization with MLJBase.restore(model::MyModel, ...) (PR #218, JuliaAI/MLJ.jl#138, JuliaAI/MLJ.jl#292)

Merged pull requests: