Kaggle / kaggle-api

Official Kaggle API
Apache License 2.0
6.01k stars 1.06k forks source link

jigsaw-unintended-bias-in-toxicity-classification leaderboard request returns wrong information #584

Closed thesofakillers closed 5 days ago

thesofakillers commented 1 month ago

Try running

kaggle competitions leaderboard jigsaw-unintended-bias-in-toxicity-classification --show -v

You will get a leaderboard with every single team having a score of 0.00000.

This is obviously different from the actual leaderboard shown online: https://www.kaggle.com/c/jigsaw-unintended-bias-in-toxicity-classification/leaderboard

The same command works fine for other competitions. Something is broken for this specific competition it seems.

stevemessick commented 1 month ago

Thanks for the report. After taking a quick look we think this is a problem in the server, not the Python client. We have an internal tracking issue for it: http://b/343694080

stevemessick commented 5 days ago

@thesofakillers This has been fixed and I verified that the scores are now included. Thanks @dster2 !