-
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
[AIR/train] Move predictors to ray.train
#25769
[AIR/train] Move predictors to ray.train
#25769
Conversation
A lot of changes are due to the new linting sorting the imports |
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 @Yard1! Just left a couple small comments. Can we also move sklearn_utils.py
to the sklearn directory but make the functions private? Just to have all the sklearn related things in one directory.
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.
stamping
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.
Stamping under the assumption that the data changes are essentially a no-op, wasn't able to detect any changes other than the import re-ordering.
Why are these changes needed?
Moves predictors from
ray.air
toray.train
to converge upon the agreed package structure. There are no changes aside from moving the packages and tests to their new home, and fixing lint issues.Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.