-
Hi all, I am new to pytorch_geometric and I am encountering some issues that I need assistance with:
I have attached a sample notebook for reference. I would greatly appreciate any assistance, including code examples. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Hey, I haven't looked at your notebook yet, but this all sounds correct to me. Do you have any specific questions you would like to have an answer for? |
Beta Was this translation helpful? Give feedback.
-
I am encountering multiple errors when trying to perform the abovementioned tasks. |
Beta Was this translation helpful? Give feedback.
-
My main question is how to adapt RandomLinkSplit to work not randomly but based on a custom condition for the Transductive link prediction task. For instance, month 4 will be used as a train set and month 5 as a test set. |
Beta Was this translation helpful? Give feedback.
In that case, you can do something like
If
month
is a node-level attribute, you would need to lift it to an edge-level attribute afterwards via