Skip to content

v0.17.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 23:57
6d6932f

MLJ v0.17.1

Diff since v0.17.0

  • Programatically export all measure types, aliases and instances, which catches a few previously missed cases (#892)
  • Programatically export almost all model and measure traits (#892)
  • Bump MLJBase requirement to ensure built-in measure instances (eg log_loss) have doc-strings.

Closed issues:

  • Extend model serialization to composite models with a components needing specialised serialization (#678)
  • New measures RSquared and aliases rsq, rsquared need exporting (#880)
  • Re-export all traits. (#888)
  • What does MLJ.save really save? (#889)
  • Programmatically re-export measures and their aliases from MLJBase (#890)

Merged pull requests: