mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 14:01:36 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/kaggle-competitions
Normal file
33
tldr/kaggle-competitions
Normal file
@@ -0,0 +1,33 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# kaggle competitions
|
||||
|
||||
> Manage Kaggle competitions from the command-line.
|
||||
> More information: <https://github.com/Kaggle/kaggle-api/blob/main/docs/README.md#competitions>.
|
||||
|
||||
- List all competitions:
|
||||
|
||||
`kaggle {{[c|competitions]}} list`
|
||||
|
||||
- Download competition data:
|
||||
|
||||
`kaggle {{[c|competitions]}} download {{competition_name}}`
|
||||
|
||||
- Download specific file:
|
||||
|
||||
`kaggle {{[c|competitions]}} download {{competition_name}} {{[-f|--file]}} {{file}}`
|
||||
|
||||
- Submit files to a competition:
|
||||
|
||||
`kaggle {{[c|competitions]}} submit {{competition_name}} {{[-f|--file]}} {{path/to/file}} {{[-m|--message]}} "{{message}}"`
|
||||
|
||||
- Show or download leaderboard:
|
||||
|
||||
`kaggle {{[c|competitions]}} leaderboard {{competition_name}} {{--show|--download}}`
|
||||
|
||||
- View submissions:
|
||||
|
||||
`kaggle {{[c|competitions]}} submissions {{competition_name}}`
|
||||
Reference in New Issue
Block a user