codalab / codabench

Codabench is a flexible, easy-to-use and reproducible benchmarking platform. Check our paper at Patterns Cell Press https://hubs.li/Q01fwRWB0
Apache License 2.0
75 stars 28 forks source link

n/a scores are ranked higher than numerical values #1284

Open Didayolo opened 9 months ago

Didayolo commented 9 months ago

n/a scores are ranked higher than numerical values. They should be at the bottom of the leaderboard, regardless of ascending or descending order.

Competition link: https://www.codabench.org/competitions/1777

Capture d’écran 2024-01-19 à 14 01 15
Didayolo commented 4 months ago

A possibility:

In src/apps/api/serializers/leaderboards.py, replacing null values depending if the order is ascending or descending.