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

[ML-10160] Refine Spark dataset converter warning logs. #525

Closed WeichenXu123 closed 4 years ago

WeichenXu123 commented 4 years ago
codecov[bot] commented 4 years ago

Codecov Report

Merging #525 into master will increase coverage by 0.00%. The diff coverage is 86.95%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #525   +/-   ##
=======================================
  Coverage   86.32%   86.32%           
=======================================
  Files          81       81           
  Lines        4503     4525   +22     
  Branches      726      731    +5     
=======================================
+ Hits         3887     3906   +19     
- Misses        504      505    +1     
- Partials      112      114    +2     
Impacted Files Coverage Δ
petastorm/spark/spark_dataset_converter.py 92.72% <86.95%> (-0.59%) :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 e9f815d...8f0b5c4. Read the comment docs.