2016-04-23 14:16:53 -07:00
|
|
|
# Cookiecutter Data Science
|
|
|
|
|
|
|
|
_A logical, reasonably standardized, but flexible project structure for doing and sharing data science work._
|
2015-10-30 12:47:00 -07:00
|
|
|
|
2016-03-19 13:32:33 -07:00
|
|
|
|
2016-04-23 13:00:53 -07:00
|
|
|
#### [Project homepage](http://drivendata.github.io/cookiecutter-data-science/)
|
2016-03-19 13:32:33 -07:00
|
|
|
|
2016-04-23 14:16:53 -07:00
|
|
|
|
|
|
|
### Requirements to use the cookiecutter template:
|
2016-03-19 13:32:33 -07:00
|
|
|
-----------
|
|
|
|
- Python 2.7 or 3.5
|
2016-03-23 13:25:22 -07:00
|
|
|
- [cookiecutter Python package](http://cookiecutter.readthedocs.org/en/latest/installation.html) >= 1.4.0: `pip install cookiecutter`
|
2016-03-19 13:32:33 -07:00
|
|
|
|
|
|
|
|
2016-04-23 14:16:53 -07:00
|
|
|
### To start a new project, run:
|
2016-03-19 13:32:33 -07:00
|
|
|
------------
|
2015-10-30 12:47:00 -07:00
|
|
|
|
2016-03-23 09:54:51 -07:00
|
|
|
cookiecutter https://github.com/drivendata/cookiecutter-data-science
|
2016-03-19 13:32:33 -07:00
|
|
|
|
|
|
|
|
2016-03-23 10:04:32 -07:00
|
|
|
[![asciicast](https://asciinema.org/a/9bgl5qh17wlop4xyxu9n9wr02.png)](https://asciinema.org/a/9bgl5qh17wlop4xyxu9n9wr02)
|