You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
658 B

9 years ago
Cookiecutter Data Science
9 years ago
-------------------------
9 years ago
An opinionated, but not-afraid-to-be-wrong project template for data science projects.
9 years ago
9 years ago
#### [Project homepage](http://drivendata.github.io/cookiecutter-data-science/)
9 years ago
Requirements to create project:
-----------
- Python 2.7 or 3.5
- [cookiecutter Python package](http://cookiecutter.readthedocs.org/en/latest/installation.html) >= 1.4.0: `pip install cookiecutter`
9 years ago
To start a new project:
9 years ago
------------
cookiecutter https://github.com/drivendata/cookiecutter-data-science
9 years ago
[![asciicast](https://asciinema.org/a/9bgl5qh17wlop4xyxu9n9wr02.png)](https://asciinema.org/a/9bgl5qh17wlop4xyxu9n9wr02)