pytorch_geometric
pytorch_geometric copied to clipboard
Link pred metric: mean reciprocal rank (MRR)
🚀 The feature, motivation and pitch
MRR is another common metric for recommendations. There are a few uses of it throughout the codebase, but it would be good to have an implementation consistent with the other link prediction metrics.
Alternatives
No response
Additional context
I am working on a PR to implement this.