v0.3.0
MLJTuning v0.3.0
-
(breaking) Add enhancements the tuning strategy interface. This should not break use of
TunedModel
, and the built-in strategiesGrid
andExplicit
are updated with no new behaviour (#21) -
(breaking) Add
n_remaining
argument tomodels!
method to give access to number of evaluations remaining. This should not break use ofTunedModel
, and the built-in strategiesGrid
andExplicit
are updated with no new behaviour (#23 PR #26)
Closed issues:
- Add
n_remaining
argument to models! (breaking) (#23)
Merged pull requests: