You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link prediction (LP) is a fundamental graph task. However, PyG currently lacks implementations of many newer methods designed specifically for link prediction. I think many people would find it useful to have easy to use implementations of LP methods integrated into PyG.
I compiled an (inexhaustive) list of methods that I think are worth implementing.
🚀 The feature, motivation and pitch
Link prediction (LP) is a fundamental graph task. However, PyG currently lacks implementations of many newer methods designed specifically for link prediction. I think many people would find it useful to have easy to use implementations of LP methods integrated into PyG.
I compiled an (inexhaustive) list of methods that I think are worth implementing.
LPFormer
model and example #9956I think adding these models in
nn.models
would be a great addition to PyG.If anyone is willing to contribute, please feel free to chime in! My current plan is to slowly work my way through them.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: