HunterMcGushion / hyperparameter_hunter

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

Shorten `on_experiment...`/`on_repetition...` method names #149

Closed HunterMcGushion closed 5 years ago

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

Codecov Report

Merging #149 into master will increase coverage by 1.59%. The diff coverage is 97.58%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #149      +/-   ##
=========================================
+ Coverage    91.9%   93.5%   +1.59%     
=========================================
  Files          44      44              
  Lines        4363    4375      +12     
=========================================
+ Hits         4010    4091      +81     
+ Misses        353     284      -69
Impacted Files Coverage Δ
hyperparameter_hunter/utils/general_utils.py 100% <ø> (+35.26%) :arrow_up:
...ter_hunter/callbacks/wranglers/target_wranglers.py 100% <100%> (ø) :arrow_up:
hyperparameter_hunter/callbacks/evaluators.py 83.33% <100%> (ø) :arrow_up:
hyperparameter_hunter/experiments.py 92% <100%> (-0.03%) :arrow_down:
...parameter_hunter/callbacks/wranglers/predictors.py 100% <100%> (ø) :arrow_up:
hyperparameter_hunter/callbacks/aggregators.py 98.88% <100%> (ø) :arrow_up:
...eter_hunter/callbacks/wranglers/input_wranglers.py 100% <100%> (ø) :arrow_up:
hyperparameter_hunter/callbacks/bases.py 100% <100%> (ø) :arrow_up:
hyperparameter_hunter/data/data_core.py 97.22% <100%> (ø) :arrow_up:
...parameter_hunter/data/data_chunks/target_chunks.py 100% <100%> (ø) :arrow_up:
... and 5 more

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 b08bb2a...75ce266. Read the comment docs.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 658


Changes Missing Coverage Covered Lines Changed/Added Lines %
hyperparameter_hunter/callbacks/recipes.py 16 22 72.73%
<!-- Total: 242 248 97.58% -->
Totals Coverage Status
Change from base Build 654: 1.6%
Covered Lines: 4091
Relevant Lines: 4375

💛 - Coveralls