HunterMcGushion / hyperparameter_hunter

Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
MIT License
704 stars 100 forks source link

Rename `library_helpers` to `compat` #203

Closed HunterMcGushion closed 4 years ago

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 878


Totals Coverage Status
Change from base Build 876: 0.001%
Covered Lines: 4689
Relevant Lines: 4956

💛 - Coveralls
codecov[bot] commented 4 years ago

Codecov Report

Merging #203 into master will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #203      +/-   ##
==========================================
+ Coverage   94.61%   94.61%   +<.01%     
==========================================
  Files          46       46              
  Lines        4955     4956       +1     
==========================================
+ Hits         4688     4689       +1     
  Misses        267      267
Impacted Files Coverage Δ
hyperparameter_hunter/utils/parsing_utils.py 90% <ø> (ø) :arrow_up:
hyperparameter_hunter/compat/keras_helper.py 93.63% <100%> (ø)
...yperparameter_hunter/optimization/protocol_core.py 98% <100%> (ø) :arrow_up:
hyperparameter_hunter/settings.py 93.54% <100%> (ø) :arrow_up:
...rameter_hunter/compat/keras_optimization_helper.py 95.83% <100%> (ø)
hyperparameter_hunter/keys/makers.py 97.02% <100%> (ø) :arrow_up:
hyperparameter_hunter/i_o/result_reader.py 95.56% <100%> (ø) :arrow_up:
hyperparameter_hunter/utils/optimization_utils.py 95.23% <100%> (ø) :arrow_up:

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 0c8bdd4...cfe10b2. Read the comment docs.