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.8k stars 284 forks source link

Fixing sources of various deprecation warnings #485

Closed selitvin closed 3 years ago

codecov[bot] commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@6e05a39). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #485   +/-   ##
=========================================
  Coverage          ?   85.80%           
=========================================
  Files             ?       79           
  Lines             ?     4198           
  Branches          ?      667           
=========================================
  Hits              ?     3602           
  Misses            ?      494           
  Partials          ?      102           
Impacted Files Coverage Δ
petastorm/etl/rowgroup_indexing.py 65.07% <0.00%> (ø)
petastorm/workers_pool/process_pool.py 93.75% <0.00%> (ø)
...orld/external_dataset/generate_external_dataset.py 90.90% <0.00%> (ø)
...o_world/external_dataset/tensorflow_hello_world.py 100.00% <0.00%> (ø)
examples/mnist/schema.py 100.00% <0.00%> (ø)
petastorm/test_util/shuffling_analysis.py 0.00% <0.00%> (ø)
petastorm/compat.py 100.00% <0.00%> (ø)
...hello_world/external_dataset/python_hello_world.py 100.00% <0.00%> (ø)
petastorm/spark_utils.py 93.75% <0.00%> (ø)
petastorm/hdfs/namenode.py 97.72% <0.00%> (ø)
... and 69 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 6e05a39...a41d276. Read the comment docs.

jsgoller1 commented 4 years ago

@selitvin are you still intending to land this? If so, could you update the summary so I can review? Not sure what the changes are supposed to cover.