HunterMcGushion / hyperparameter_hunter

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

Develop #127

Closed HunterMcGushion closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #127 into master will increase coverage by 3.12%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
+ Coverage   86.93%   90.05%   +3.12%     
==========================================
  Files          34       34              
  Lines        3604     3540      -64     
==========================================
+ Hits         3133     3188      +55     
+ Misses        471      352     -119
Impacted Files Coverage Δ
hyperparameter_hunter/utils/learning_utils.py 100% <ø> (+38.7%) :arrow_up:
hyperparameter_hunter/algorithm_handlers.py 92.3% <ø> (+22.03%) :arrow_up:
hyperparameter_hunter/experiments.py 91.14% <ø> (+0.99%) :arrow_up:
hyperparameter_hunter/callbacks/bases.py 98.38% <ø> (+1.51%) :arrow_up:
hyperparameter_hunter/space.py 85.33% <ø> (+0.91%) :arrow_up:
hyperparameter_hunter/recorders.py 88.13% <ø> (+1.94%) :arrow_up:
hyperparameter_hunter/optimization_core.py 89.64% <ø> (+0.95%) :arrow_up:
hyperparameter_hunter/leaderboards.py 96.61% <ø> (+1.61%) :arrow_up:
hyperparameter_hunter/sentinels.py 97.1% <ø> (+1.32%) :arrow_up:
hyperparameter_hunter/metrics.py 100% <100%> (+10.15%) :arrow_up:
... and 11 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 8af7b62...980210a. Read the comment docs.

coveralls commented 5 years ago

Coverage Status

Coverage increased (+3.1%) to 90.056% when pulling 980210a79d8322b177e491bdcd02b35c7c0b5b9e on dev into 8af7b62c21352a7f32ec03b7f5a5c9beca4ae13a on master.