ray/doc/source/data/user-guide.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
849 B
ReStructuredText
Raw Normal View History

.. _data_user_guide :
===========
User Guides
===========
If youre new to Ray Datasets, we recommend starting with the :ref:`Ray Datasets Quick Start <datasets_getting_started>`.
This user guide will help you navigate the Ray Datasets 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 Datasets,
- how to run Dataset Pipelines in common scenarios,
- and how to tune your Ray Datasets applications for performance.
.. toctree::
:maxdepth: 2
creating-datasets
saving-datasets
transforming-datasets
accessing-datasets
pipelining-compute
dataset-ml-preprocessing
dataset-tensor-support
advanced-pipelines
random-access
custom-data
memory-management
performance-tips