1.0.14 • Published 8 years ago

kaggle-submit v1.0.14

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

kaggle-submit

A command for submitting solutions to Kaggle competitions.

Installation

npm install kaggle-submit

Usage

Make sure that node_modules/.bin is in your PATH, so that the kaggle-submit is an executable command.

  Usage: kaggle-submit [options]

  Options:

    -h, --help                       output usage information
    -V, --version                    output the version number
    -c, --competition <competition>  kaggle competition (example: titanic, as in https://www.kaggle.com/c/titanic/
    -u, --username <username>        your kaggle username
    -p, --password <password>        your kaggle password
    -s, --submission <submission>    path to your submission file (csv/zip/gz/rar/7z)

You can also fallback to running via node submit.js [options].

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago