2022-01-27 22:14:36 +01:00
|
|
|
|
.. _data_user_guide :
|
|
|
|
|
|
|
|
|
|
===========
|
|
|
|
|
User Guides
|
|
|
|
|
===========
|
|
|
|
|
|
2022-05-18 13:46:23 -07:00
|
|
|
|
If you’re new to Ray Datasets, we recommend starting with the :ref:`Ray Datasets Quick Start <datasets_getting_started>`.
|
2022-02-05 18:59:34 -06:00
|
|
|
|
This user guide will help you navigate the Ray Datasets project and show you how achieve several tasks, for instance
|
2022-01-27 22:14:36 +01:00
|
|
|
|
you will learn
|
|
|
|
|
|
|
|
|
|
- how to load data and preprocess it for machine learning applications,
|
2022-02-05 18:59:34 -06:00
|
|
|
|
- how to use Tensors with Ray Datasets,
|
2022-01-27 22:14:36 +01:00
|
|
|
|
- how to run Dataset Pipelines in common scenarios,
|
2022-02-05 18:59:34 -06:00
|
|
|
|
- and how to tune your Ray Datasets applications for performance.
|
2022-01-27 22:14:36 +01:00
|
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
2022-03-18 11:25:43 -07:00
|
|
|
|
creating-datasets
|
|
|
|
|
saving-datasets
|
|
|
|
|
transforming-datasets
|
2022-04-12 17:10:14 -07:00
|
|
|
|
accessing-datasets
|
2022-03-18 11:25:43 -07:00
|
|
|
|
pipelining-compute
|
2022-01-27 22:14:36 +01:00
|
|
|
|
dataset-ml-preprocessing
|
|
|
|
|
dataset-tensor-support
|
|
|
|
|
advanced-pipelines
|
2022-03-17 15:01:12 -07:00
|
|
|
|
random-access
|
2022-01-27 22:14:36 +01:00
|
|
|
|
custom-data
|
2022-06-01 13:50:46 -07:00
|
|
|
|
memory-management
|
2022-01-27 22:14:36 +01:00
|
|
|
|
performance-tips
|