HunterMcGushion / hyperparameter_hunter

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

Fix broken inverse target transformation of LightGBM predictions #140

Closed HunterMcGushion closed 5 years ago

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

Codecov Report

Merging #140 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #140      +/-   ##
==========================================
+ Coverage   91.06%   91.07%   +0.01%     
==========================================
  Files          43       43              
  Lines        4273     4282       +9     
==========================================
+ Hits         3891     3900       +9     
  Misses        382      382
Impacted Files Coverage Δ
hyperparameter_hunter/space.py 98.01% <100%> (+0.08%) :arrow_up:
...meter_hunter/data/data_chunks/prediction_chunks.py 100% <100%> (ø) :arrow_up:
hyperparameter_hunter/optimization_core.py 92.51% <100%> (+0.1%) :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 01ff723...4138eea. Read the comment docs.

coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 608


Totals Coverage Status
Change from base Build 604: 0.02%
Covered Lines: 3900
Relevant Lines: 4282

💛 - Coveralls