Skip to content
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

Reimplement the NDCG metric. #8906

Merged
merged 2 commits into from Mar 14, 2023
Merged

Reimplement the NDCG metric. #8906

merged 2 commits into from Mar 14, 2023

Conversation

trivialfis
Copy link
Member

  • Add support for non-exp gain.
  • Cache the DMatrix object to avoid re-calculating the IDCG.
  • Make GPU implementation deterministic. (no atomic add)

Extracted from #8822 .

- Add support for non-exp gain.
- Cache the DMatrix object to avoid re-calculating the IDCG.
- Make GPU implementation deterministic. (no atomic add)
@trivialfis trivialfis merged commit 72e8331 into dmlc:master Mar 14, 2023
21 checks passed
@trivialfis trivialfis deleted the ndcg-metric branch March 14, 2023 19:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants