-
Notifications
You must be signed in to change notification settings - Fork 309
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
Support drop_last
Argument in cuGraph-PyG Loader
#3995
Conversation
…arghi-nv/cugraph into fix-large-pandas-dataframe
…graph into fix-loader-bugs
Co-authored-by: Ray Douglass <[email protected]>
…into fix-loader-bugs
…graph into fix-loader-bugs
Co-authored-by: Tingyu Wang <[email protected]>
…graph into fix-loader-bugs
/ok to test |
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.
Requested changes around dask, looks good otherwise.
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.
Please see my comments.
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.
👍
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.
Looks good to merge once #3985 is merged intio this. LGTM
/ok to test |
/ok to test |
/merge |
Supports the
drop_last
argument in cuGraph-PyG for better compatibility with native PyG workflows.Closes #3949
Merge after #3985