Releases: JuliaAI/MLJModelInterface.jl
Releases · JuliaAI/MLJModelInterface.jl
v1.11.0
v1.10.0
MLJModelInterface v1.10.0
Merged pull requests:
- Documentation fix regarding reformat. No new release. (#197) (@ablaom)
- Update docstrings and markdown docs (#198) (@abhro)
- Generate new documentation. No new release (#199) (@ablaom)
- Add
constructor
trait (#201) (@ablaom) - For a 1.10 release (#202) (@ablaom)
Closed issues:
- Model type hierarchy doesn't scale (#120)
v1.9.6
MLJModelInterface v1.9.6
Merged pull requests:
- Add Documenter.jl documentation, migrated from the MLJ manual (#191) (@ablaom)
- Add Documenter docs (#192) (@ablaom)
- Add document generation to ci (#193) (@ablaom)
- Tweak fit_data_scitype fallback to resolve issue with class weights (#195) (@ablaom)
- For a 1.9.6 release (#196) (@ablaom)
Closed issues:
- Fix method ambiguity with
in
(#186)
v1.9.5
v1.9.4
v1.9.3
v1.9.2
MLJModelInterface v1.9.2
Closed issues:
- Bug: incorrect behavior of
@mlj_model
for vector parameters (#174)
Merged pull requests:
- Fix
@mlj_model
parsing bug (#175) (@MilesCranmer)