HunterMcGushion / hyperparameter_hunter

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

Fix metric evaluation without inverted target transforms bug #169

Closed HunterMcGushion closed 5 years ago

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

Codecov Report

Merging #169 into master will increase coverage by 0.18%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #169      +/-   ##
==========================================
+ Coverage   93.88%   94.07%   +0.18%     
==========================================
  Files          46       46              
  Lines        4939     4958      +19     
==========================================
+ Hits         4637     4664      +27     
+ Misses        302      294       -8
Impacted Files Coverage Δ
hyperparameter_hunter/settings.py 93.54% <ø> (-0.21%) :arrow_down:
hyperparameter_hunter/utils/learning_utils.py 100% <100%> (ø) :arrow_up:
hyperparameter_hunter/environment.py 98.79% <100%> (+0.06%) :arrow_up:
hyperparameter_hunter/callbacks/evaluators.py 100% <100%> (+16.66%) :arrow_up:
hyperparameter_hunter/experiments.py 92.05% <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 8b31792...335c243. Read the comment docs.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 751


Totals Coverage Status
Change from base Build 747: 0.2%
Covered Lines: 4664
Relevant Lines: 4958

💛 - Coveralls