ray/doc/source/data/user-guide.rst
Max Pumperla 4dd221f848
[Docs] Ray Data docs target state (#21931)
Preview: [docs](https://ray--21931.org.readthedocs.build/en/21931/data/dataset.html)

The Ray Data project's docs now have a clearer structure and have partly been rewritten/modified. In particular we have

- [x] A Getting Started Guide
- [x] An explicit User / How-To Guide
- [x] A dedicated Key Concepts page
- [x] A consistent naming convention in `Ray Data` whenever is is referred to the project.

This surfaces quite clearly that, apart from the "Getting Started" sections, we really only have one real example. Once we have more, we can create an "Example" section like many other sub-projects have. This will be addressed in https://github.com/ray-project/ray/issues/21838.
2022-01-27 13:14:36 -08:00

28 lines
782 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. _data_user_guide :
===========
User Guides
===========
If youre new to Ray Data, we recommend starting with the :ref:`Ray Data Quick Start <ray_data_quick_start>`.
This user guide will help you navigate the Ray Data project and show you how achieve several tasks, for instance
you will learn
- how to load data and preprocess it for machine learning applications,
- how to use Tensors with Ray Data,
- how to run Dataset Pipelines in common scenarios,
- how to run Dask, Spark, Mars or Modin on Ray Data,
- and how to tune your Ray Data applications for performance.
.. toctree::
:maxdepth: 2
dataset-ml-preprocessing
dataset-tensor-support
advanced-pipelines
dask-on-ray
raydp
mars-on-ray
modin/index
custom-data
performance-tips