mirror of
https://github.com/wassname/cookiecutter-data-science.git
synced 2026-06-27 19:14:50 +08:00
1a2d598725380af6bcbef680dcf0dc002cda3e4b
Running `make lint` after initializing a fresh project complains about errors in `docs/conf.py`. Which is kinda awkward for the user as he didn't write any code yet and already has errors. As this file is autogenerated I think it is best to exclude it from linting rather than fixing the errors.
Cookiecutter Data Science
A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
Project homepage
Requirements to use the cookiecutter template:
- Python 2.7 or 3.5
- cookiecutter Python package >= 1.4.0:
pip install cookiecutter
To start a new project, run:
cookiecutter https://github.com/drivendata/cookiecutter-data-science
Languages
Jupyter Notebook
71.3%
Python
21.8%
Just
6.9%
