Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/innixma/kaggle2017

Kaggle Data Science Bowl 2017
https://github.com/innixma/kaggle2017

Last synced: 23 days ago
JSON representation

Kaggle Data Science Bowl 2017

Awesome Lists containing this project

README

        

# kaggle2017
Kaggle Data Science Bowl 2017

# Python distribution that we should be using
https://anaconda.org/intel

# Deep Learning Python installation tutorial
https://github.com/philferriere/dlwin

Example script run
```
> python scripts\template_script.py --help
usage: template_script.py [-h] -i INPUT -o OUTPUT

Explain the script here

optional arguments:
-h, --help show this help message and exit
-i INPUT, --input INPUT
The input folder
-o OUTPUT, --output OUTPUT
The output folder
```