You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using kaggle competitions leaderboard playground-series-s4e4 --show we can change the _override_public value to get the public leaderboard. Otherwise by default it's the private leaderboard (if available). So --show allows to get the public or private leaderboard depending on the availability of the private leaderboard and the value of _override_public.
Could this be the same with --download?
Also it seems a bit misleading that the default of --show and --download is not the same depending on the availability of the private leaderboard.
The text was updated successfully, but these errors were encountered:
@albertcthomas Thanks for the report. We're working on making things more consistent. This is an inconsistency I hadn't noticed, so thanks for pointing it out. I'll add it to the list.
When using
kaggle competitions leaderboard playground-series-s4e4 --show
we can change the_override_public
value to get the public leaderboard. Otherwise by default it's the private leaderboard (if available). So--show
allows to get the public or private leaderboard depending on the availability of the private leaderboard and the value of_override_public
.Could this be the same with
--download
?Also it seems a bit misleading that the default of
--show
and--download
is not the same depending on the availability of the private leaderboard.The text was updated successfully, but these errors were encountered: