mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 22:55:15 +00:00
Update cheatsheets
This commit is contained in:
28
tldr/kaggle
28
tldr/kaggle
@@ -6,7 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
# kaggle
|
||||
|
||||
> Official CLI for Kaggle implemented in Python 3.
|
||||
> More information: <https://github.com/Kaggle/kaggle-api>.
|
||||
> More information: <https://github.com/Kaggle/kaggle-api/blob/main/docs/README.md>.
|
||||
|
||||
- View current configuration values:
|
||||
|
||||
@@ -14,4 +14,28 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Download a specific file from a competition dataset:
|
||||
|
||||
`kaggle competitions download {{competition}} {{[-f|--file]}} {{filename}}`
|
||||
`kaggle competitions download {{competition}} {{[-f|--file]}} {{path/to/file}}`
|
||||
|
||||
- List competitions matching a search term:
|
||||
|
||||
`kaggle competitions list {{[-s|--search]}} {{search_term}}`
|
||||
|
||||
- List files available for a specific competition:
|
||||
|
||||
`kaggle competitions files {{competition}}`
|
||||
|
||||
- Submit a file to a competition with a message:
|
||||
|
||||
`kaggle competitions submit {{competition}} {{[-f|--file]}} {{path/to/submission.csv}} {{[-m|--message]}} "{{message}}"`
|
||||
|
||||
- List datasets matching a search term:
|
||||
|
||||
`kaggle datasets list {{[-s|--search]}} {{search_term}}`
|
||||
|
||||
- Download all files from a dataset:
|
||||
|
||||
`kaggle datasets download {{owner}}/{{dataset_name}}`
|
||||
|
||||
- List kernels (notebooks) matching a search term:
|
||||
|
||||
`kaggle kernels list {{[-s|--search]}} {{search_term}}`
|
||||
|
||||
Reference in New Issue
Block a user