v0.7.0
MLJTuning v0.7.0
- (breaking) Change default tuning strategy from
Grid
toRandomSearch()
(#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=...)
whenmodel
is not pure Julia (#165) @olivierlabayle
Closed issues:
- Make
RandomSearch
the default, instead ofGrid
(#147) - Remove
learning_curve!
which has been deprecated (#151)
Merged pull requests:
- add serialization (#165) (@olivierlabayle)
- Fix a learning curve bug for case JULIA_NUM_THREADS = 1 (#166) (@ablaom)
- Remove deprecated
learning_curve!(...)
(#167) (@ablaom) - Change tuning default to
Random()
instead ofGrid()
(#168) (@ablaom) - Bump julia version to 1.6 in [deps] and ci (#169) (@ablaom)
- For a 0.7.0 release (#170) (@ablaom)