Skip to content

Conversation

@bveeramani
Copy link
Member

Why are these changes needed?

We typically don't recommend people use Preprocessor anymore. So, this PR removes the "Using Preprocessors" user guide.

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
Copy link
Contributor

@justinvyu justinvyu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Good catch on the ray data guide which was a bit outdated.

@bveeramani bveeramani merged commit 123b87c into ray-project:master Mar 14, 2024
@bveeramani bveeramani deleted the removing-preprocessors branch March 14, 2024 19:52
Copy link
Contributor

@angelinalg angelinalg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a suggestion to make the recommendation more forceful.

Ray Data operations such as `map_batches`. See the :ref:`Ray Data Working with Pytorch guide <working_with_pytorch>` for more details.

For tabular data, we recommend using Ray Data :ref:`preprocessors <data-preprocessors>`, which implement common data preprocessing operations.
For tabular data, we recommend using Ray Data :ref:`preprocessors <preprocessor-ref>`, which implement common data preprocessing operations.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For tabular data, use Ray Data :ref:preprocessors <preprocessor-ref>, which implement common data preprocessing operations.

bveeramani added a commit to bveeramani/ray that referenced this pull request Mar 15, 2024
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>
khluu pushed a commit that referenced this pull request Mar 15, 2024
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>
bveeramani added a commit that referenced this pull request Mar 19, 2024
#44006 (review)

Signed-off-by: Balaji Veeramani <balaji@anyscale.com>
stephanie-wang pushed a commit to stephanie-wang/ray that referenced this pull request Mar 27, 2024
matthewdeng added a commit that referenced this pull request Oct 18, 2025
## Description
This removes an orphaned code file that was previously used by the
Preprocessor User Guide.

## Related issues
Corresponding User Guide was removed in #44006.
Closes #57867.

## Additional details
This test started failing because of the new `XGBoostTrainer` API
enabled by default with Ray Train V2. Rather than update the snippet,
removing this code instead.

Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
justinyeh1995 pushed a commit to justinyeh1995/ray that referenced this pull request Oct 20, 2025
## Description
This removes an orphaned code file that was previously used by the
Preprocessor User Guide.

## Related issues
Corresponding User Guide was removed in ray-project#44006.
Closes ray-project#57867.

## Additional details
This test started failing because of the new `XGBoostTrainer` API
enabled by default with Ray Train V2. Rather than update the snippet,
removing this code instead.

Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
xinyuangui2 pushed a commit to xinyuangui2/ray that referenced this pull request Oct 22, 2025
## Description
This removes an orphaned code file that was previously used by the
Preprocessor User Guide.

## Related issues
Corresponding User Guide was removed in ray-project#44006.
Closes ray-project#57867.

## Additional details
This test started failing because of the new `XGBoostTrainer` API
enabled by default with Ray Train V2. Rather than update the snippet,
removing this code instead.

Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
Signed-off-by: xgui <xgui@anyscale.com>
elliot-barn pushed a commit that referenced this pull request Oct 23, 2025
## Description
This removes an orphaned code file that was previously used by the
Preprocessor User Guide.

## Related issues
Corresponding User Guide was removed in #44006.
Closes #57867.

## Additional details
This test started failing because of the new `XGBoostTrainer` API
enabled by default with Ray Train V2. Rather than update the snippet,
removing this code instead.

Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
landscapepainter pushed a commit to landscapepainter/ray that referenced this pull request Nov 17, 2025
## Description
This removes an orphaned code file that was previously used by the
Preprocessor User Guide.

## Related issues
Corresponding User Guide was removed in ray-project#44006.
Closes ray-project#57867.

## Additional details
This test started failing because of the new `XGBoostTrainer` API
enabled by default with Ray Train V2. Rather than update the snippet,
removing this code instead.

Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
Aydin-ab pushed a commit to Aydin-ab/ray-aydin that referenced this pull request Nov 19, 2025
## Description
This removes an orphaned code file that was previously used by the
Preprocessor User Guide.

## Related issues
Corresponding User Guide was removed in ray-project#44006.
Closes ray-project#57867.

## Additional details
This test started failing because of the new `XGBoostTrainer` API
enabled by default with Ray Train V2. Rather than update the snippet,
removing this code instead.

Signed-off-by: Matthew Deng <matthew.j.deng@gmail.com>
Signed-off-by: Aydin Abiar <aydin@anyscale.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants