HunterMcGushion / hyperparameter_hunter

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

Add `version_utils` and `HHVersion` #145

Closed HunterMcGushion closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #145 into master will increase coverage by 0.14%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #145      +/-   ##
==========================================
+ Coverage   91.68%   91.82%   +0.14%     
==========================================
  Files          43       44       +1     
  Lines        4281     4357      +76     
==========================================
+ Hits         3925     4001      +76     
  Misses        356      356
Impacted Files Coverage Δ
hyperparameter_hunter/utils/general_utils.py 64.73% <ø> (ø) :arrow_up:
hyperparameter_hunter/__init__.py 79.31% <ø> (ø) :arrow_up:
hyperparameter_hunter/utils/version_utils.py 100% <100%> (ø)

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 037c649...735c0f0. Read the comment docs.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 642


Files with Coverage Reduction New Missed Lines %
hyperparameter_hunter/utils/general_utils.py 26 64.74%
<!-- Total: 26 -->
Totals Coverage Status
Change from base Build 638: 0.1%
Covered Lines: 4001
Relevant Lines: 4357

💛 - Coveralls