HunterMcGushion / hyperparameter_hunter

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

Feature Engineering Documentation/Examples #137

Closed HunterMcGushion closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #137 into master will decrease coverage by 1.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #137      +/-   ##
==========================================
- Coverage    92.1%   91.06%   -1.05%     
==========================================
  Files          43       43              
  Lines        4267     4273       +6     
==========================================
- Hits         3930     3891      -39     
- Misses        337      382      +45
Impacted Files Coverage Δ
hyperparameter_hunter/experiments.py 92% <ø> (-0.09%) :arrow_down:
hyperparameter_hunter/models.py 80.34% <ø> (ø) :arrow_up:
hyperparameter_hunter/utils/learning_utils.py 100% <100%> (ø) :arrow_up:
hyperparameter_hunter/feature_engineering.py 98.67% <100%> (ø) :arrow_up:
hyperparameter_hunter/__init__.py 79.31% <100%> (ø) :arrow_up:
hyperparameter_hunter/utils/general_utils.py 64.73% <0%> (-21.97%) :arrow_down:
hyperparameter_hunter/exceptions.py 69.56% <0%> (-15.22%) :arrow_down:

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 2bcf5e6...ef25ac7. Read the comment docs.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 594


Files with Coverage Reduction New Missed Lines %
hyperparameter_hunter/exceptions.py 7 69.57%
hyperparameter_hunter/utils/general_utils.py 38 64.74%
<!-- Total: 45 -->
Totals Coverage Status
Change from base Build 586: -1.04%
Covered Lines: 3891
Relevant Lines: 4273

💛 - Coveralls