How can I set the transductive environment manually? #9387
Unanswered
songsong0425
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings, I have a question about the transductive setting (i.e., the nodes in the training set should be in the validation/test set) on the link prediction task.
In my case, I have positive and negative edge sets for the model training.
(Note that the negative edges are not the randomly selected unknown links.)
However, there were some unique nodes and they disturbed data splitting since they appeared only one time across the training-validation-test dataset.
To avoid this situation, I tried to replace some of the major nodes with the unique nodes but there were always unique genes at least one.
Can anyone give me feedback on my code?
Beta Was this translation helpful? Give feedback.
All reactions