Closed pvk-developer closed 4 years ago
Merging #161 into master will decrease coverage by
0.59%
. The diff coverage is88.6%
.
@@ Coverage Diff @@
## master #161 +/- ##
=========================================
- Coverage 94.46% 93.87% -0.6%
=========================================
Files 36 38 +2
Lines 795 865 +70
=========================================
+ Hits 751 812 +61
- Misses 44 53 +9
Impacted Files | Coverage Δ | |
---|---|---|
btb/benchmark/challenges/boston.py | 100% <100%> (ø) |
|
btb/benchmark/challenges/__init__.py | 100% <100%> (ø) |
:arrow_up: |
btb/benchmark/challenges/census.py | 100% <100%> (ø) |
:arrow_up: |
btb/benchmark/__init__.py | 100% <100%> (ø) |
:arrow_up: |
btb/benchmark/challenges/wind.py | 100% <100%> (ø) |
|
btb/benchmark/challenges/challenge.py | 82.08% <50%> (-12.26%) |
: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 f58bcea...7d8163f. Read the comment docs.
Implemented more
MLChallenges
with differentestimators
.