databricks / spark-deep-learning

Deep Learning Pipelines for Apache Spark
https://databricks.github.io/spark-deep-learning
Apache License 2.0
1.99k stars 494 forks source link

[WIP] Test persistence of DeepImageFeaturizer in a pipeline #141

Closed jkbradley closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #141 into master will decrease coverage by 12.14%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #141       +/-   ##
===========================================
- Coverage   85.37%   73.22%   -12.15%     
===========================================
  Files          33       10       -23     
  Lines        1921      493     -1428     
  Branches       44       44               
===========================================
- Hits         1640      361     -1279     
+ Misses        281      132      -149
Impacted Files Coverage Δ
python/sparkdl/graph/utils.py
python/sparkdl/transformers/tf_image.py
python/sparkdl/param/__init__.py
python/sparkdl/transformers/tf_tensor.py
python/sparkdl/param/converters.py
python/sparkdl/graph/builder.py
python/sparkdl/graph/tensorframes_udf.py
python/sparkdl/transformers/keras_tensor.py
python/sparkdl/utils/jvmapi.py
python/sparkdl/transformers/keras_applications.py
... and 12 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 a44fcbb...6d39c0a. Read the comment docs.

jkbradley commented 6 years ago

I won't be able to work on this for a little bit, so I'll close it for now.