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

Implement optimistic version of rank #113

Merged
merged 1 commit into from Dec 9, 2022

Conversation

kralka
Copy link
Collaborator

@kralka kralka commented Dec 9, 2022

This is useful for combining predictions. One way to combine predictions is to compute arithmetic mean, the other way is to do geometric mean. For numerical stability sum log_10(prediction + epsilon), but this gives negative values which do not play well with optimistic=False).

This is useful for combining predictions. One way to combine predictions
is to compute arithmetic mean, the other way is to do geometric mean.
For numerical stability sum log_10(prediction + epsilon), but this gives
negative values which do not play well with optimistic=False).
@kralka kralka marked this pull request as ready for review December 9, 2022 13:09
@kralka kralka merged commit ad437cb into google:master Dec 9, 2022
@kralka kralka deleted the rank_with_optimistic_parameter branch May 16, 2023 09:05
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