orionw / configtune

An easy way to tune machine learning hyperparameters (especially for those that use a config file)
MIT License
1 stars 0 forks source link

Bayesian Tuning, Refactor #21

Closed orionw closed 5 years ago

orionw commented 5 years ago

Major Changes:

Closes #19

codecov-io commented 5 years ago

Codecov Report

Merging #21 into master will increase coverage by 1.57%. The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   92.08%   93.66%   +1.57%     
==========================================
  Files           4        6       +2     
  Lines         341      426      +85     
==========================================
+ Hits          314      399      +85     
  Misses         27       27
Impacted Files Coverage Δ
tuningdeap/__init__.py 100% <100%> (ø) :arrow_up:
examples/tune_basic_mlp.py 94.52% <100%> (ø) :arrow_up:
tuningdeap/tuningbayes.py 100% <100%> (ø)
tuningdeap/base_tuner.py 89.62% <89.62%> (ø)
tuningdeap/tuningdeap.py 95.38% <90%> (ø)

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 55c2232...23a1e5b. Read the comment docs.