All Projects → floydwch → Kaggle Cli

floydwch / Kaggle Cli

Licence: mit
(Deprecated, use https://github.com/Kaggle/kaggle-api instead) An unofficial Kaggle command line tool.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kaggle Cli

Data Science At The Command Line
Data Science at the Command Line
Stars: ✭ 3,174 (+370.22%)
Mutual labels:  cli, data-science
Sagify
MLOps for AWS SageMaker. www.sagifyml.com
Stars: ✭ 277 (-58.96%)
Mutual labels:  cli, data-science
Tsv Utils
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
Stars: ✭ 1,215 (+80%)
Mutual labels:  cli, data-science
Dataproofer
A proofreader for your data
Stars: ✭ 628 (-6.96%)
Mutual labels:  cli, data-science
Certigo
A utility to examine and validate certificates in a variety of formats
Stars: ✭ 662 (-1.93%)
Mutual labels:  cli
Nord Iterm2
An arctic, north-bluish clean and elegant iTerm2 color scheme.
Stars: ✭ 651 (-3.56%)
Mutual labels:  cli
Hyperparameter hunter
Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
Stars: ✭ 648 (-4%)
Mutual labels:  data-science
Tsfresh
Automatic extraction of relevant features from time series:
Stars: ✭ 6,077 (+800.3%)
Mutual labels:  data-science
Yoda
Wise and powerful personal assistant, available in your nearest terminal
Stars: ✭ 674 (-0.15%)
Mutual labels:  cli
Binci
🐳 Containerize your development workflow.
Stars: ✭ 671 (-0.59%)
Mutual labels:  cli
Fontpreview
Highly customizable and minimal font previewer written in bash
Stars: ✭ 661 (-2.07%)
Mutual labels:  cli
Deep Recommender System
深度学习在推荐系统中的应用及论文小结。
Stars: ✭ 657 (-2.67%)
Mutual labels:  data-science
Test Tube
Python library to easily log experiments and parallelize hyperparameter search for neural networks
Stars: ✭ 663 (-1.78%)
Mutual labels:  data-science
Wordops
Install and manage a high performance WordPress stack with a few keystrokes
Stars: ✭ 649 (-3.85%)
Mutual labels:  cli
Swiftcli
A powerful framework for developing CLIs in Swift
Stars: ✭ 673 (-0.3%)
Mutual labels:  cli
Ini Parser
Read/Write an INI file the easy way!
Stars: ✭ 643 (-4.74%)
Mutual labels:  cli
Bitrise
Bitrise runner CLI - run your automations on your Mac or Linux machine -
Stars: ✭ 661 (-2.07%)
Mutual labels:  cli
Icingaweb2
A lightweight and extensible web interface to keep an eye on your environment. Analyse problems and act on them.
Stars: ✭ 665 (-1.48%)
Mutual labels:  cli
Age
A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.
Stars: ✭ 9,409 (+1293.93%)
Mutual labels:  cli
Just Pandas Things
An ongoing list of pandas quirks
Stars: ✭ 660 (-2.22%)
Mutual labels:  data-science

Kaggle-CLI

An unofficial Kaggle command line tool.

Installation

$ pip install kaggle-cli

Upgrade

$ pip install -U kaggle-cli

Usage

Please note that you must accept the competition rules on the competition's page before running your commands.

Submit

To submit an entry.

$ kg submit <submission-file> -u <username> -p <password> -c <competition> -m "<message>"

Download

To download the data files (resumable).

$ kg download -u <username> -p <password> -c <competition>

To download a specific data file.

$ kg download -u <username> -p <password> -c <competition> -f train.zip

Submissions

To list submissions.

$ kg submissions

Dataset

To download a dataset (resumable).

$ kg dataset -u <username> -p <password> -o <owner> -d <dataset>

Config

To set global config.

$ kg config -g -u <username> -p <password> -c <competition>

or local config:

$ kg config -u <username> -p <password> -c <competition>

Show working config:

$ kg config

Use Proxy

$ export HTTPS_PROXY="YOUR_PROXY_URI", for example: $ export HTTPS_PROXY="http://10.10.1.10:1080". For Windows user, please set environment variable HTTPS_PROXY accordingly.

Example

$ kg submit sampleSubmission.csv -c titanic-gettingStarted -u USERNAME -p PASSWORD -m "Enter a brief description of this submission here."

or

$ kg config -c titanic-gettingStarted -u USERNAME -p PASSWORD
$ kg submit sampleSubmission.csv -m "Enter a brief description of this submission here."
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].