-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect Evaluation Metrics Produced #187
Comments
Recall@10 : 1.00 NDCG@10 : 1.00 Why is precision@10 not 1.00 ? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
`def beir_evaluation():
Recall@10 : 0.90
Precision@10: 0.90
NDCG@10 : 0.94
MAP@10 : 0.90
MRR@10 : 1.00
This is clearly incorrect as everything should be 1. Please can this be resolved
The text was updated successfully, but these errors were encountered: