JuliaAI / MLJTuning.jl

Hyperparameter optimization algorithms for use in the MLJ machine learning framework
MIT License
67 stars 12 forks source link

Resolve bug in adding iterations #129

Closed ablaom closed 3 years ago

ablaom commented 3 years ago

Resolves #128

codecov-commenter commented 3 years ago

Codecov Report

Merging #129 (5c7a652) into dev (a5e4448) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##              dev     #129   +/-   ##
=======================================
  Coverage   86.60%   86.60%           
=======================================
  Files          11       11           
  Lines         575      575           
=======================================
  Hits          498      498           
  Misses         77       77           
Impacted Files Coverage Δ
src/tuned_models.jl 91.75% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a5e4448...5c7a652. Read the comment docs.

ablaom commented 3 years ago

Failure of CI for Julia 1.0 is a known issue tracked here and orthogonal to this important bug fix - so merging anyhow.