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

Update README to 1.0 #123

Closed lu-wang-dl closed 6 years ago

lu-wang-dl commented 6 years ago
codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
- Coverage   85.38%   85.37%   -0.02%     
==========================================
  Files          33       33              
  Lines        1923     1921       -2     
  Branches       44       44              
==========================================
- Hits         1642     1640       -2     
  Misses        281      281
Impacted Files Coverage Δ
python/sparkdl/param/image_params.py 78.78% <0%> (-0.63%) :arrow_down:
python/sparkdl/param/shared_params.py 86.13% <0%> (-0.27%) :arrow_down:
python/sparkdl/param/converters.py 81.92% <0%> (-0.22%) :arrow_down:
python/sparkdl/transformers/named_image.py 90.06% <0%> (-0.07%) :arrow_down:
python/sparkdl/transformers/tf_tensor.py 98.21% <0%> (-0.04%) :arrow_down:
python/sparkdl/graph/utils.py 98.94% <0%> (ø) :arrow_up:
...n/sparkdl/estimators/keras_image_file_estimator.py 88.97% <0%> (ø) :arrow_up:
python/sparkdl/udf/keras_image_model.py 73.8% <0%> (ø) :arrow_up:
python/sparkdl/transformers/keras_tensor.py 100% <0%> (ø) :arrow_up:
python/sparkdl/transformers/keras_image.py 100% <0%> (ø) :arrow_up:
... and 6 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 a36b705...3a335dd. Read the comment docs.