alibaba / alibaba/graphlearn-for-pytorch
Add supports for weighted edge sampling
Open
- Dominant language
- Python
- Stars
- 146
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
### 🚀 The feature, motivation and pitch
In large graphs with more than ten million edges, the need for edge sampling is inevitable. Hopefully, GLT can support sampling based on edge weights, so as to better utilize edge features.
Related Content:
PyG
- https://github.com/rusty1s/pytorch_cluster/pull/140
DGL:node2vec random walk and top-k sampling
- https://docs.dgl.ai/en/0.8.x/api/python/dgl.sampling.html#neighbor-sampling
### Alternatives
_No response_
### Additional context
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.