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

28 lines
801 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 Datasets, we recommend starting with the :ref:`Ray Datasets Quick Start <ray_datasets_quick_start>`.
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,
- how to run Dask, Spark, Mars or Modin on Ray,
- and how to tune your Ray Datasets 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