rabiyaneuro / ds-takehome-template

This is a template to be used for data science take home challenges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Title

Walkthrough: /reports

Summarize project in 500 words...

Project Organization

├── README.md          <- Description of project and context, overview of project and workflow.
├── data               <- Scripts to clean data
│   ├── interim        <- Intermediate data that has been transformed.
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump.
│
├── models             <- Scripts for training models, model predictions, or model summaries
│
├── notebooks          <- Jupyter notebooks. Naming convention is a number (for ordering),
│                         and a short `-` delimited description, e.g. `1.0-initial-data-exploration`.
│                         
│
├── references         <- Take-home challenge explanatory materials given.
│
├── reports            <- Overview of analysis as jupyter notebook or PDF.
│   └── figures        <- Scripts for generated graphics and figures to be used in reporting
│
|__ requirements.txt   <- The requirements file for reproducing the analysis environment, e.g.
                          generated with `pip freeze > requirements.txt`

Project based on the cookiecutter data science project template. #cookiecutterdatascience

Report workflow was based on Chip Huyen's book Machine Learning Systems Design

About

This is a template to be used for data science take home challenges.


Languages

Language:Jupyter Notebook 97.5%Language:Python 2.5%