Releases: JuliaAI/MLJBase.jl
v0.12.4
MLJBase v0.12.4
Bump [compat] Distributions="^0.22,^0.23"
Merged pull requests:
v0.12.3
v0.12.2
MLJBase v0.12.2
Minor update adding methods for samplers to the scale
function (currently implemented for one-dimensional ranges only).
Merged pull requests:
v0.12.1
MLJBase v0.12.1
(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:
v0.12.0
MLJBase v0.12.0
-
(enhancement) Add
sampler
wrapper for one-dimensional ranges, for random sampling from ranges usingrand
(#213) -
(breaking) Suppress normalisation of measure weights (PR #208)
-
(breaking) Migrate equality.jl to MLJModelInterface (#178)
-
(breaking) Shift the optional
rng
argument of iterator to first position (#215)
Merged pull requests:
v0.11.10
MLJBase v0.11.10
-
(bug) Resolve machine constructor ambiguity for
Static
transformers, preventing their reliable use in composite models. -
(bug) Resolve
StackOverflow
error when trying to export a learning network to a composite model type with no hyperparameters, as in@from_network MyComp() <= yhat
.
Merged pull requests:
v0.11.9
v0.11.8
MLJBase v0.11.8
-
(bug) Remove multithreading race conditions in resampling (use of
evaluate!
) (#169) -
(testing) Fix and re-instate all
CPUThreads
andCPUProcesses
tests in resampling -
(enhancement) Add progress meter to all forms of accelerated resampling
-
(testing) Increase number of workers in travis testing to 2 (3 processes); increase number of threads to 2.
Closed issues:
- Add shuffle=false, rng=GLOBAL_RNG keywords to unpack command (#167)
Merged pull requests: