cugraph
cugraph copied to clipboard
[FEA]: Expose the new API for both uniform and biased neighborhood sampling
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Critical (currently preventing usage)
Please provide a clear description of problem this feature solves
Biased neighborhood sampling is currently partially exposed in the PLC API.
Describe your ideal solution
A new sampling API was exposed at the PLC layer and those changes need to be reflected in the python API. Those include
- Exposing SG/MG homogeneous and heterogeneous uniform and biased neighborhood sampling
- Deprecating the legacy python API for uniform neighborhood sampling
- Removing deprecated calls and arguments in the C, PLC and python API
Describe any alternatives you have considered
No response
Additional context
No response
Code of Conduct
- [X] I agree to follow cuGraph's Code of Conduct
- [X] I have searched the open feature requests and have found no duplicates for this feature request