mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
29 lines
782 B
ReStructuredText
29 lines
782 B
ReStructuredText
![]() |
.. _data_user_guide :
|
|||
|
|
|||
|
===========
|
|||
|
User Guides
|
|||
|
===========
|
|||
|
|
|||
|
If you’re 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
|