Closed jkbradley closed 6 years ago
Merging #161 into master will decrease coverage by
0.1%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #161 +/- ##
==========================================
- Coverage 85.37% 85.27% -0.11%
==========================================
Files 34 34
Lines 1922 1908 -14
Branches 41 41
==========================================
- Hits 1641 1627 -14
Misses 281 281
Impacted Files | Coverage Δ | |
---|---|---|
python/sparkdl/transformers/named_image.py | 89.05% <100%> (-1.02%) |
: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 16742e7...6fbbc45. Read the comment docs.
LGTM
Until Apache Spark provides complete support for persistence in 3rd-party Python libraries, we need to remove this buggy implementation of persistence. Users have exported Pipelines with DeepImageFeaturizer, expecting to be able to import them back but finding they cannot.