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: