Skip to content

A small project template to introduce newbies to cookiecutter data science

Notifications You must be signed in to change notification settings

erikkristoferanderson/cookiecutter-data-science-simplified

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Cookicutter Data Science Simplified

This small project is meant to be a beginner's introduction to Cookiecutter Data Science. Just clone or download this repo and poke around a bit. For the original and much more extensive version of Cookiecutter Data Science, see here.

Template Organization
---------------------
.
├── README.md
└── template_project
    ├── LICENSE.txt
    ├── README.txt
    ├── code
    │   ├── __init__.py
    │   └── hello_script.py
    ├── data
    │   ├── external
    │   ├── interim
    │   ├── processed
    │   └── raw
    │       └── example_data.txt
    ├── docs
    ├── example_notebook.ipynb
    ├── references
    └── reports
        └── figures

Enjoy!
Erik Kristofer Anderson

About

A small project template to introduce newbies to cookiecutter data science

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published