Closed HunterMcGushion closed 5 years ago
Merging #152 into master will increase coverage by
0.13%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #152 +/- ##
==========================================
+ Coverage 93.53% 93.67% +0.13%
==========================================
Files 44 44
Lines 4393 4393
==========================================
+ Hits 4109 4115 +6
+ Misses 284 278 -6
Impacted Files | Coverage Δ | |
---|---|---|
hyperparameter_hunter/optimization_core.py | 92.9% <0%> (-0.34%) |
:arrow_down: |
hyperparameter_hunter/environment.py | 98.72% <0%> (+0.42%) |
:arrow_up: |
hyperparameter_hunter/utils/optimization_utils.py | 90.28% <0%> (+3.42%) |
: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 b4ff0cd...4b60f1a. Read the comment docs.
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
hyperparameter_hunter/optimization_core.py | 2 | 93.92% | ||
<!-- | Total: | 2 | --> |
Totals | |
---|---|
Change from base Build 662: | 0.2% |
Covered Lines: | 4119 |
Relevant Lines: | 4393 |
Conditions to summon bug (assume a blood offering has already been made):
BayesianOptPro
Categorical
dimensionsCategorical
dimensions must be inFeatureEngineer
The above conditions will cause
BayesianOptPro
to break outright. However, problems still arise when omittingFeatureEngineer
, while searching an exclusively multi-Categorical
space. The effect of this bug is that saved experiment results are not properly marked assimilar_experiments
. Tests demonstrating the behavior of this second bug are added in 4b60f1a.When the two
xfail
tests are marked asxpass
, the bug is probably (hopefully) fixed