Releases: JuliaAI/MLJModelInterface.jl
Releases · JuliaAI/MLJModelInterface.jl
v1.1.3
v1.1.2
v1.1.1
v1.1.0
MLJModelInterface v1.1.0
- Make
is_equal_except
(and hence==
) for MLJType objects property-based instead of field-based (#97) - Generalize definition of
is_equal_except
(and hence==
) to treat object properties declared as "deep" differently; see the doc-string for new traitdeep_properties
for details (#97)
Merged pull requests:
v1.0.0
MLJModelInterface v1.0.0
- Extend compatibility requirement for StatisticalTraits to include v1.0.
Closed issues:
- Roadmap to 1.0? (#69)
Merged pull requests:
v0.4.1
MLJModelInterface v0.4.1
- Add support for iterative models (#91, JuliaAI/MLJ.jl#139)
Merged pull requests:
v0.4.0
MLJModelInterface v0.4.0
This release is breaking for MLJModels (and hence MLJ) but should not be breaking for 3rd party packages implementing the MLJ model API for their models.
- Make
selectrows(X, rows)
returnX
instead of throwing an error whenX
is not a table, matrix or vector (#84) - Import all model traits from new package StatisticalTraits.jl, which includes new trait
supports_class_weights
.
Closed issues:
- selectrows() doesn't work with AbstractDict (#77)
Merged pull requests:
v0.3.9
v0.3.8
MLJModelInterface v0.3.8
Closed issues:
- Add keyword aliases for key-word args in metadata_model and meta_data package (#73)
Merged pull requests:
v0.3.7
MLJModelInterface v0.3.7
Merged pull requests: