Releases: JuliaAI/MLJModelInterface.jl
Releases · JuliaAI/MLJModelInterface.jl
v0.2.2
MLJModelInterface v0.2.2
-
Define
nrows(nothing) = 0
. Needed to allowX = nothing
in supervised learners (for fitting distribution to somey
). -
Extend [compat] for ScientificTypes to "^0.7,^0.8"
Closed issues:
- For 0.2.1 release (#30)
- Pre-compilation (WARNING: Method definition) warnings after adding MLJ macro interface to package (#34)
Merged pull requests:
v0.2.1
v0.2.0
MLJModelInterface v0.2.0
-
Bring in
is_same_except
and similar gizmos from MLJBase; see JuliaAI/MLJBase.jl#178 -
Let all models share same traits (#19, JuliaAI/MLJBase.jl#163)
-
Add
save
andrestore
stubs for serialisation
Closed issues:
- Wrong (old) MLJBase version loading when testing an interface (#21)
Merged pull requests:
v0.1.8
v0.1.7
MLJModelInterface v0.1.7
Remove target_scitype
from list of traits for unsupervised models #17
Merged pull requests: