Skip to content

Commit 4a7c71c

Browse files
authored
[Data] Remove 'Using Preprocessors' (#44006) (#44042)
Cherry-pick of #44006. We typically don't recommend people use Preprocessor anymore. So, this PR removes the "Using Preprocessors" user guide. Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
1 parent 9e2ebea commit 4a7c71c

File tree

4 files changed

+2
-226
lines changed

4 files changed

+2
-226
lines changed

doc/source/data/preprocessors.rst

Lines changed: 0 additions & 223 deletions
This file was deleted.

doc/source/data/user-guide.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ show you how achieve several tasks.
2323
working-with-pytorch
2424
batch_inference
2525
performance-tips
26-
preprocessors
2726
monitoring-your-workload
2827
custom-datasource-example

doc/source/train/distributed-xgboost-lightgbm.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ machines have 16 CPUs in addition to the 4 GPUs, each actor should have
204204
How to preprocess data for training?
205205
------------------------------------
206206

207-
Particularly for tabular data, Ray Data comes with out-of-the-box :ref:`preprocessors <data-preprocessors>` that implement common feature preprocessing operations.
207+
Particularly for tabular data, Ray Data comes with out-of-the-box :ref:`preprocessors <preprocessor-ref>` that implement common feature preprocessing operations.
208208
You can use this with Ray Train Trainers by applying them on the dataset before passing the dataset into a Trainer. For example:
209209

210210

doc/source/train/user-guides/data-loading-preprocessing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ Preprocessing structured data
510510
This section is for tabular/structured data. The recommended way for preprocessing unstructured data is to use
511511
Ray Data operations such as `map_batches`. See the :ref:`Ray Data Working with Pytorch guide <working_with_pytorch>` for more details.
512512

513-
For tabular data, we recommend using Ray Data :ref:`preprocessors <data-preprocessors>`, which implement common data preprocessing operations.
513+
For tabular data, we recommend using Ray Data :ref:`preprocessors <preprocessor-ref>`, which implement common data preprocessing operations.
514514
You can use this with Ray Train Trainers by applying them on the dataset before passing the dataset into a Trainer. For example:
515515

516516
.. testcode::

0 commit comments

Comments
 (0)