-
Notifications
You must be signed in to change notification settings - Fork 310
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
Use new sampling primitives #2751
Use new sampling primitives #2751
Conversation
…ing yet, still need to test RW
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 like a big improvement in simplifying our code to support neighbor sampling and random walks.
I feel like we can delete many more detail space sampling related files and further simplify the codebase, but I guess we can revisit this in the next release.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-22.10 #2751 +/- ##
===============================================
Coverage ? 59.77%
===============================================
Files ? 111
Lines ? 6160
Branches ? 0
===============================================
Hits ? 3682
Misses ? 2478
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@gpucibot merge |
This PR fixes the below errors that have popped up in MNMG testing. - [x] fix_out of index keys on MNMG graphs - [x] fix loc/get_node_storage error on MNMG graphs (Work around rapidsai/cudf#11877) - [x] Clear Cached Properties when they become invalid - [x] Remove 6 pytest skipping as both these PRs have landed - #2751 - #2523 - [x] Change `vertex_col_names` to `node_col_names` to match DGL - [x] Ensure MNMG tests pass - [x] Work around the PG bug and also prevent redundant conversion to lists Authors: - Vibhu Jawa (https://github.com/VibhuJawa) Approvers: - Rick Ratzel (https://github.com/rlratzel) - Erik Welch (https://github.com/eriknw) URL: #2786
Closes #2581
Closes #2582
Closes #2665
Update the neighborhood sampling algorithm to use the new neighborhood sampling primitive defined in #2703