-
Hi pyg, I am using RandomLinkSplit with rev_edge_types ('book', 'rev_co-read', 'book') and doing a link prediction task with the thx |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Currently no, |
Beta Was this translation helpful? Give feedback.
-
Thanks @rusty1s. I created a small example here, without rev_edges, but with an undirected graph:
Output:
Output:
Output:
Isn't it strange we try to predict whether 0 is connected to 3, given that 0 IS connected to 3 in thanks |
Beta Was this translation helpful? Give feedback.
-
thanks, sorry again for the questions but I am kinda new to this. https://snap.stanford.edu/class/cs224w-2020/slides/08-GNN-application.pdf looking at slide 64 I'd have expected they are split. citing Leskovec: "Supervision edges are used as supervision for edge predictions made by the model, will not be fed into GNN!". Thus, I'd specify it in the docs to avoid non-expected behaviours |
Beta Was this translation helpful? Give feedback.
Thanks. I clarified this in #8832.