How do I separate out the positive edge predictions from the negative edge predictions for computing MRR and HITS? #7265
Unanswered
devanshamin
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you share some more information about how you use |
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.
-
I'm using Link Prediction on MovieLens dataset notebook.
Metrics Definition
Modified training script,
Output
Is this the correct way to create
y_pred_pos
andy_pred_neg
?. Assumption here is that the negative edges are created from the same head as the positive edge and the tail is corrupted.I couldn't find any examples in the OGB examples where the
LinkNeighborLoader
is used and the MRR/HITS are computed from it.Beta Was this translation helpful? Give feedback.
All reactions