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

Publish ranks without scores #3530

Closed
jmsmkn opened this issue Sep 10, 2024 · 2 comments
Closed

Publish ranks without scores #3530

jmsmkn opened this issue Sep 10, 2024 · 2 comments

Comments

@jmsmkn
Copy link
Member

jmsmkn commented Sep 10, 2024

A challenge organiser wants to publish the ranks without revealing the underlying scores. Is this achievable?

@ammar257ammar
Copy link
Contributor

We can add a property to the Phase model publish_scores_on_leaderboard and exclude the score from the view if the property is false from:

  • phase leaderboard
  • combined leaderboard (combined rank)
  • metrics section in evaluation details (if it is required to also hide the scores from evaluations)
  • update the serializer/API to also not send the score in API calls

Is that a viable solution?

Behaviour showcase:

Screenshot 2024-12-24 at 19 22 32 Screenshot 2024-12-24 at 19 21 44

@jmsmkn
Copy link
Member Author

jmsmkn commented Jan 6, 2025

This has only been requested once and is not worth adding a new configuration option for, there are already too many options on the phase.

@jmsmkn jmsmkn closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2025
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

No branches or pull requests

2 participants