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

Adding new SparkDatasetConverter documentation to the API section of autogenered docs. #552

Closed selitvin closed 4 years ago

selitvin commented 4 years ago
  1. Added a reference to the SparkDatasetConverter into API index.
  2. Tweaked doc strings to make them compatible with doc autogeneration utility.
codecov[bot] commented 4 years ago

Codecov Report

Merging #552 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #552   +/-   ##
=======================================
  Coverage   86.14%   86.14%           
=======================================
  Files          87       87           
  Lines        4965     4965           
  Branches      790      790           
=======================================
  Hits         4277     4277           
  Misses        560      560           
  Partials      128      128           
Impacted Files Coverage Δ
petastorm/spark/spark_dataset_converter.py 91.76% <ø> (ø)

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 a637338...2b00a89. Read the comment docs.

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.