Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 23:19
d8dcb04

MLJModelInterface v0.4.0

Diff since v0.3.9

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) return X instead of throwing an error when X 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: