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

added functionality to distinguish between different leaderboards [closes #4047] #4318

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ranjanmangla1
Copy link

This pr is to close issue : #4047

Earlier the leaderboard looked like this:
image

Now it looks like this:

Dropdown.Demo.mp4

I have changed how we get data of a particular challenge phase split. This is how data earlier it looked like:

[{"id":77,"dataset_split":39,"challenge_phase":39,"challenge_phase_name":"Denise Phase","dataset_split_name":"Split 39","visibility":3,"show_leaderboard_by_latest_submission":false,"show_execution_time":false,"leaderboard_schema":{"labels":["score"],"default_order_by":"score"},"is_multi_metric_leaderboard":true},{"id":78,"dataset_split":40,"challenge_phase":39,"challenge_phase_name":"Denise Phase","dataset_split_name":"Split 40","visibility":3,"show_leaderboard_by_latest_submission":false,"show_execution_time":false,"leaderboard_schema":{"labels":["score"],"default_order_by":"score"},"is_multi_metric_leaderboard":true}]
Phase Name: [{"id":79,"dataset_split":39,"challenge_phase":40,"challenge_phase_name":"Amanda Phase","dataset_split_name":"Split 39","visibility":3,"show_leaderboard_by_latest_submission":false,"show_execution_time":false,"leaderboard_schema":{"labels":["score"],"default_order_by":"score"},"is_multi_metric_leaderboard":true},{"id":80,"dataset_split":40,"challenge_phase":40,"challenge_phase_name":"Amanda Phase","dataset_split_name":"Split 40","visibility":3,"show_leaderboard_by_latest_submission":false,"show_execution_time":false,"leaderboard_schema":{"labels":["score"],"default_order_by":"score"},"is_multi_metric_leaderboard":true}]

Now it looks like this ( I am grouping data based on Phase ):

{"Denise Phase":[{"id":77,"dataset_split":39,"challenge_phase":39,"challenge_phase_name":"Denise Phase","dataset_split_name":"Split 39","visibility":3,"show_leaderboard_by_latest_submission":false,"show_execution_time":false,"leaderboard_schema":{"labels":["score"],"default_order_by":"score"},"is_multi_metric_leaderboard":true},{"id":78,"dataset_split":40,"challenge_phase":39,"challenge_phase_name":"Denise Phase","dataset_split_name":"Split 40","visibility":3,"show_leaderboard_by_latest_submission":false,"show_execution_time":false,"leaderboard_schema":{"labels":["score"],"default_order_by":"score"},"is_multi_metric_leaderboard":true}],"Amanda Phase":[{"id":79,"dataset_split":39,"challenge_phase":40,"challenge_phase_name":"Amanda Phase","dataset_split_name":"Split 39","visibility":3,"show_leaderboard_by_latest_submission":false,"show_execution_time":false,"leaderboard_schema":{"labels":["score"],"default_order_by":"score"},"is_multi_metric_leaderboard":true},{"id":80,"dataset_split":40,"challenge_phase":40,"challenge_phase_name":"Amanda Phase","dataset_split_name":"Split 40","visibility":3,"show_leaderboard_by_latest_submission":false,"show_execution_time":false,"leaderboard_schema":{"labels":["score"],"default_order_by":"score"},"is_multi_metric_leaderboard":true}]}

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

1 participant