Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 00:29
7e4ae96

MLJTuning v0.8.0

Diff since v0.7.4

  • (breaking) Bump MLJBase compatibility to version 1. When using without MLJ, users may need to explicitly import StatisticalMeasures.jl. See also the MLJBase 1.0 migration guide (#194)

Merged pull requests:

  • Get rid of test/Project.toml (#190) (@ablaom)
  • Fix some tests that use deprecated MLJBase code (#191) (@ablaom)
  • Update code and tests to address migration of measures MLJBase -> StatisticalMeasures (#194) (@ablaom)
  • For a 0.8 release (#195) (@ablaom)
  • add compat for julia (#196) (@ablaom)

Closed issues:

  • Are GridSearch using the update! method? (#82)
  • Improper loss functions silently accepted in training a TunedModel (#184)
  • Typo in error message for TunedModel missing arguments (#188)
  • Skipping parts of search space? (#189)