A question about how to do the link prediction task #5808
Unanswered
HanChen-HUST
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Yes, if you don't want to do any evaluation on unseen edges, you can set |
Beta Was this translation helpful? Give feedback.
2 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi@rusty1s ,I am using a unsupervised learning algorithm to get the node embedding to do the link prediction downstream task.z is the node embedding which I get,I want to test the whole dataset to get the AUC score,so the negative sampling I set num_val=0. and
num_test=0. By the code above,do you think is a proper way to do this,I am quited confused,much apperciate!
Beta Was this translation helpful? Give feedback.
All reactions