Closed epeters3 closed 5 years ago
Merging #72 into develop will decrease coverage by
0.33%
. The diff coverage is92.42%
.
@@ Coverage Diff @@
## develop #72 +/- ##
===========================================
- Coverage 65.72% 65.39% -0.34%
===========================================
Files 26 26
Lines 1666 1653 -13
===========================================
- Hits 1095 1081 -14
- Misses 571 572 +1
Impacted Files | Coverage Δ | |
---|---|---|
test/test_pipeline_builder.py | 97.97% <ø> (-0.05%) |
:arrow_down: |
experimenter_driver.py | 28.37% <ø> (-0.49%) |
:arrow_down: |
test/test_random_pipelines.py | 100% <100%> (ø) |
:arrow_up: |
test/test_pipeline_generator.py | 100% <100%> (ø) |
:arrow_up: |
test/test_ensembling_pipelines_generation.py | 96.49% <100%> (ø) |
:arrow_up: |
test/test_cli.py | 100% <100%> (ø) |
:arrow_up: |
experimenter/constants.py | 100% <100%> (ø) |
:arrow_up: |
experimenter/experiments/straight.py | 82.85% <100%> (ø) |
:arrow_up: |
test/test_ensembling_pipeline_runs.py | 94% <100%> (-4.12%) |
:arrow_down: |
experimenter/experiments/ensemble.py | 75.22% <100%> (-0.65%) |
:arrow_down: |
... and 5 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 d7061be...62e033d. Read the comment docs.
Resolves #48. Additions in this PR:
d3m.primitives.data_preprocessing.random_sampling_imputer.BYU
that can handle allnan
columns