uber / petastorm

Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.
Apache License 2.0
1.78k stars 285 forks source link

v0.9.3 release #576

Closed abditag2 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #576 into master will increase coverage by 2.87%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #576      +/-   ##
==========================================
+ Coverage   82.80%   85.67%   +2.87%     
==========================================
  Files          87       87              
  Lines        4978     4978              
  Branches      794      794              
==========================================
+ Hits         4122     4265     +143     
+ Misses        722      577     -145     
- Partials      134      136       +2     
Impacted Files Coverage Δ
petastorm/__init__.py 100.00% <100.00%> (ø)
petastorm/spark/spark_dataset_converter.py 91.24% <0.00%> (+1.45%) :arrow_up:
examples/spark_dataset_converter/utils.py 43.75% <0.00%> (+12.50%) :arrow_up:
..._dataset_converter/tests/test_converter_example.py 100.00% <0.00%> (+41.66%) :arrow_up:
..._dataset_converter/tensorflow_converter_example.py 86.66% <0.00%> (+86.66%) :arrow_up:
...ark_dataset_converter/pytorch_converter_example.py 94.89% <0.00%> (+94.89%) :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 ce0e233...34cf006. Read the comment docs.