Skip to content

v0.8.8

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jul 04:06
1421263

MLJTuning v0.8.8

Diff since v0.8.7

  • Change default logger from nothing to MLJBase.default_logger() (which can be reset with MLJBase.default_logger(new_logger)) #221

Merged pull requests:

  • Make the global default_logger() the default logger in TunedModel(logger=...) (#221) (@ablaom)
  • For a 0.8.8 release (#222) (@ablaom)

Closed issues:

  • Use measures that are not of the form f(y, yhat) but f(fitresult) (#202)