v0.6.0
MLJTuning v0.6.0
- (enhancement) Add LatinHypercube tuning (#78, #96 @ludoro)
- (API change) Make a tuned model's number of iterations,
n
, available tosetup
method (#106). This change is not breaking for users of MLJTuning but will break third party implementations of the the tuning strategy API (TreeParzen.jl being the only case-in-point of which @blaom is aware)
Closed issues:
- Add LatinHypercube tuning (#78)
- Make a tuned model's number of iterations, n, available to setup method (#106)
Merged pull requests:
- Latin cube 2 (#96) (@ablaom)
- Move from Travis CI to GitHub Actions CI (#102) (@DilumAluthge)
- switch ci to gh action (#103) (@ablaom)
- Set NUM_THREADS=2 in ci.yml (#104) (@ablaom)
- In CI set NUM_THREADS=2 (#105) (@ablaom)
- API change: Make n from a TunedModel instance available to setup (#109) (@ablaom)
- For a 0.6.0 release (#110) (@ablaom)