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

Add log(i+1) discount for nDCG etc. #417

Open
mdekstrand opened this issue Jun 5, 2024 · 0 comments
Open

Add log(i+1) discount for nDCG etc. #417

mdekstrand opened this issue Jun 5, 2024 · 0 comments

Comments

@mdekstrand
Copy link
Member

Right now, LensKit nDCG uses and defaults to $\mathrm{log}_2(\mathrm{max}(i, 2))$ for discounting, as done in the original nDCG paper. A widely-used alternative is $\mathrm{log}_2(i+1)$, which we should also support.

We should discuss which should be the default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant