https://github.com/samedwardes/cookie-cutter-data-science
template for data science projects
https://github.com/samedwardes/cookie-cutter-data-science
Last synced: 5 months ago
JSON representation
template for data science projects
- Host: GitHub
- URL: https://github.com/samedwardes/cookie-cutter-data-science
- Owner: SamEdwardes
- Created: 2019-05-13T04:13:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T23:37:19.000Z (over 6 years ago)
- Last Synced: 2025-02-12T17:50:01.760Z (over 1 year ago)
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cookie Cutter Data Science
## Project description
The purpose of this repo is to provide a default folder structure for data science projects. For further reading on best practices and good project organization check out:
- [Cookiecutter Data Science](https://drivendata.github.io/cookiecutter-data-science/#opinions)
- [Software Carpentry](https://swcarpentry.github.io/good-enough-practices-in-scientific-computing/)
## File structure
```
.
├── README.md
├── assets (images, colour schemes, or other required files)
├── data (raw data as downloaded from source)
├── docs (project documentation, Jupyter notebooks, R markdown etc.)
├── reporting
├── results (store the clean and processed data)
├── src *project source code and scripts)
```