-
Notifications
You must be signed in to change notification settings - Fork 328
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
[ray] Refine raydataset integration #2579
[ray] Refine raydataset integration #2579
Conversation
8a2dac8
to
049145f
Compare
049145f
to
4e98319
Compare
c3d0c07
to
e44637e
Compare
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.
Some prints could be removed.
reg = RayXGBRegressor(ray_params=ray_params, random_state=42) | ||
# train | ||
reg.fit(RayDMatrix(ds, "target"), y=None, ray_params=ray_params) | ||
print(f"Regressor {reg}") |
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.
Ditto.
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.
LGTM
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.
LGTM
What do these changes do?
Refine mars and ray dataset integration:
Related issue number
#2112
Check code requirements