A logical, reasonably standardized, but flexible project structure for doing and sharing data science work.
- Python 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 cookiecutteror
$ conda config --add channels conda-forge
$ conda install cookiecuttercookiecutter https://github.com/Giving-Tuesday/cookiecutter-data-science
Please send suggestions to Parsa or by opening an issue or PR on github
pip install -r requirements.txt
pytest