Link prediction on heterogeneous graph with temporal edges #8717
Unanswered
DavidBenAttar
asked this question in
Q&A
Replies: 1 comment 5 replies
-
We have recently added support for temporal edge-level sampling, and its example is here: https://github.com/pyg-team/pytorch_geometric/blob/09733b493493083ab7cb09faf60716308e270093/examples/hetero/temporal_link_pred.py The feature will be released in the next feature release |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
I want to make a link prediction on a heterogeneous graph where the edges used for supervision should be selected by date (after a certain date in the train) and not randomly, to prevent leakage between the message passing edges timestamp and the (positive) supervision edges timestamp.
How would you propose to do it?
Beta Was this translation helpful? Give feedback.
All reactions