HunterMcGushion / hyperparameter_hunter

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

`RetryMakeDirs` refactor #129

Closed HunterMcGushion closed 5 years ago

HunterMcGushion commented 5 years ago
codecov[bot] commented 5 years ago

Codecov Report

Merging #129 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #129      +/-   ##
==========================================
+ Coverage   90.05%   90.07%   +0.01%     
==========================================
  Files          34       34              
  Lines        3540     3516      -24     
==========================================
- Hits         3188     3167      -21     
+ Misses        352      349       -3
Impacted Files Coverage Δ
hyperparameter_hunter/key_handler.py 90.32% <100%> (-0.09%) :arrow_down:
hyperparameter_hunter/recorders.py 88.15% <100%> (+0.02%) :arrow_up:
hyperparameter_hunter/utils/parsing_utils.py 88.75% <100%> (-0.41%) :arrow_down:
hyperparameter_hunter/experiments.py 91.01% <100%> (-0.14%) :arrow_down:
hyperparameter_hunter/utils/file_utils.py 86.66% <100%> (+1.66%) :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 09565e8...b81ff79. Read the comment docs.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 461


Files with Coverage Reduction New Missed Lines %
hyperparameter_hunter/utils/parsing_utils.py 3 89.16%
hyperparameter_hunter/recorders.py 8 88.14%
hyperparameter_hunter/experiments.py 11 91.14%
hyperparameter_hunter/key_handler.py 11 90.41%
<!-- Total: 33 -->
Totals Coverage Status
Change from base Build 458: 0.03%
Covered Lines: 3198
Relevant Lines: 3550

💛 - Coveralls