Skip to content

v0.13.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 09:02
· 1808 commits to master since this release
cb8e646

MLJBase v0.13.1

Diff since v0.13.0

  • Add machine support for supervised models that take X = nothing for input features, to fit a distribution or sampler to the target y.

  • Bump compatibility requirement for MLJModelInterface to "^0.2.2" (to enable the above)

  • Fix some transformer doc-strings

  • Allow machines wrapping Static models to transform without first calling fit!

Merged pull requests:

  • Remove error message for running fit! on a Static transformer (#263) (@ablaom)
  • Enable fitting of supervised models which take X = nothing (#264) (@ablaom)
  • For a 0.13.1 release (#265) (@ablaom)