-
Notifications
You must be signed in to change notification settings - Fork 311
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
Refactor libcugraph Neighborhood Sampling #2226
Milestone
Comments
rapids-bot bot
pushed a commit
that referenced
this issue
Apr 27, 2022
Added an API for the new uniform neighborhood sampling implementation. Added the API with an experimental tag in its name so it won't break the current python code. Plan is to have the new API replace the existing API during this release. Plan for this release will be to have the edge weight be an edge index (passed by the calling python code), so the return "index" value will be the edge weight. Down the road we will release this restriction and allow real edge weights. Addresses part 1 of #2226 Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Seunghwa Kang (https://github.com/seunghwak) - Rick Ratzel (https://github.com/rlratzel) URL: #2236
This issue has been labeled |
rapids-bot bot
pushed a commit
that referenced
this issue
May 24, 2022
@jnke2016 observed that the recent sampling code can return duplicates. After some discussion it was decided to remove the duplicates and return a count of how many duplicates were removed. The C++ implementation is updated in this PR to do that. The C API will remain the same but is ready to support it once we have stopped using the old implementation. Closes #2226 Authors: - Chuck Hastings (https://github.com/ChuckHastings) Approvers: - Seunghwa Kang (https://github.com/seunghwak) URL: #2301
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following steps are required (each a separate PR):
The text was updated successfully, but these errors were encountered: