cugraph
cugraph copied to clipboard
[FIX] Correct PyG+cuGraph Validation Sampling Behavior
Current version of PyG+cuGraph validates on samples rather than the complete neighborhood. This is not correct for the general use case. The neighbor_sample method should be updated to support the validation case.
This issue has been labeled inactive-30d
due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d
if there is no activity in the next 60 days.
This has been resolved with the latest updates to the sampling API.