-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
kaggle-competitions: add page #19162
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The -c flag doesn't seem to exist for any of these commands, are you sure it exists?
I used it when i was working. But i checked right now these commands will work without |
|
|
||
| - Download specific file: | ||
|
|
||
| `kaggle competitions download {{competition_name}} -f {{file}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `kaggle competitions download {{competition_name}} -f {{file}}` | |
| `kaggle competitions download {{competition_name}} {{[-f|--file]}} {{file}}` |
|
|
||
| - Submit files to a competition: | ||
|
|
||
| `kaggle competitions submit {{competition-name}} -f {{file-path}} -m "{{message}}"` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `kaggle competitions submit {{competition-name}} -f {{file-path}} -m "{{message}}"` | |
| `kaggle competitions submit {{competition_name}} {{[-f|--file]}} {{path/to/file}} {{[-m|--message]}} "{{message}}"` |
|
|
||
| `kaggle competitions submit {{competition-name}} -f {{file-path}} -m "{{message}}"` | ||
|
|
||
| - Show or Download leaderboard: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Show or Download leaderboard: | |
| - Show or download leaderboard: |
|
|
||
| `kaggle competitions list` | ||
|
|
||
| - Download Competition Data: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Download Competition Data: | |
| - Download competition data: |
|
|
||
| - Show or Download leaderboard: | ||
|
|
||
| `kaggle competitions leaderboard {{competition-name}} {{--show|--download}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `kaggle competitions leaderboard {{competition-name}} {{--show|--download}}` | |
| `kaggle competitions leaderboard {{competition_name}} {{--show|--download}}` |
|
|
||
| `kaggle competitions leaderboard {{competition-name}} {{--show|--download}}` | ||
|
|
||
| - View Submissions: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - View Submissions: | |
| - View submissions: |
|
|
||
| - List all competitions: | ||
|
|
||
| `kaggle competitions list` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `kaggle competitions list` | |
| `kaggle {{[c|competitions]}} list` |
also apply to other entries
|
@sri-sethu Can you please go through all your PRs. All of them have hanging change requests. |
Checklist
common,linux,osx,windows,sunos,android, etc.Reference issue: #18897