-
Hi, I want to use both edge attributes and node attributes to do some link prediction tasks. Does PyG have a relevant example? Many thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Nov 30, 2022
Replies: 1 comment 17 replies
-
I don't think we have an example for that, but it should be pretty straightforward to build from an existing link prediction example and just enhance the GNN with edge feature support. Let me know if you need any more guidance :) |
Beta Was this translation helpful? Give feedback.
17 replies
Answer selected by
boyin8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think we have an example for that, but it should be pretty straightforward to build from an existing link prediction example and just enhance the GNN with edge feature support. Let me know if you need any more guidance :)