Skip to content

v0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 05:14
ebf0983

MLJTuning v0.7.0

Diff since v0.6.16

  • (breaking) Change default tuning strategy from Grid to RandomSearch() (#147)
  • (breaking) Remove deprecated learning_curve! method (#151)
  • (breaking) Adapt to serialization changes in MLJBase 0.20. In particular, this allows serialization of TunedModel(model=...) when model is not pure Julia (#165) @olivierlabayle

Closed issues:

  • Make RandomSearch the default, instead of Grid (#147)
  • Remove learning_curve! which has been deprecated (#151)

Merged pull requests: