We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The NDCG value should be always between 0 and 1; sometimes happens that it is bigger than 1, like in the attached screenshot.
The only thing I see is that the rating files, in that case, is declaring more than 10 relevant documents, as it follows:
"relevant_documents": { "3": ["193"], "1": ["13475", "54138", "152", "154", "157", "168","200","201","199","172","174"] }
The text was updated successfully, but these errors were encountered:
[ issue #71 ] Fixed Ideal DCG calculation
b77bf5a
Merge pull request #72 from SeaseLtd/issue_71_NDCG_greater_than_1
89d5da7
Fixed, problem was in the "ideal" DCG calculaton.
Sorry, something went wrong.
[ issue #71 ] further minor fix on ideal NDCG
45d45dc
[ issue #71 ] further fix on NDCG
e88735b
[ issue #71 ] Fixed broken NDCG tests
9b92eac
agazzarini
No branches or pull requests
The NDCG value should be always between 0 and 1; sometimes happens that it is bigger than 1, like in the attached screenshot.
The only thing I see is that the rating files, in that case, is declaring more than 10 relevant documents, as it follows:
The text was updated successfully, but these errors were encountered: