A minimal, yet powerful, project structure for doing and sharing data science work.
- Python 2.7 or 3.5+
- Cookiecutter Python package >= 1.4.0: This can be installed with pip by or conda depending on how you manage your Python packages:
$ pip install cookiecutter
or
$ conda config --add channels conda-forge
$ conda install cookiecutter
cookiecutter https://github.com/iagopinal/cookiecutter-ds
The directory structure of your new project looks like this:
├── LICENSE
├── Makefile <- Makefile
├── README.md <- The top-level README for developers using this project
├── data <- Data
├── docs <- A default Sphinx project; see sphinx-doc.org for details
├── results <- Results
│ └── figures <- Graphics and figures
│ └── tables <- Tables
├── src <- Source code for use in this project
pip install -r requirements.txt