-
Notifications
You must be signed in to change notification settings - Fork 5.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Data] Remove 'Using Preprocessors' #44006
[Data] Remove 'Using Preprocessors' #44006
Conversation
Signed-off-by: Balaji Veeramani <[email protected]>
There was a problem hiding this 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.
There was a problem hiding this 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.
@@ -510,7 +510,7 @@ Preprocessing structured data | |||
This section is for tabular/structured data. The recommended way for preprocessing unstructured data is to use | |||
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. |
There was a problem hiding this comment.
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.
We typically don't recommend people use Preprocessor anymore. So, this PR removes the "Using Preprocessors" user guide. Signed-off-by: Balaji Veeramani <[email protected]>
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 <[email protected]>
#44006 (review) Signed-off-by: Balaji Veeramani <[email protected]>
ray-project#44006 (review) Signed-off-by: Balaji Veeramani <[email protected]>
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
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.