Skip to content

This is a cookie-cutter for crisp-dm mainly on creating analysis and exploring. Further work will be to create a Data Science template aswell

Notifications You must be signed in to change notification settings

apolotakeshi/cc-crispdm

Repository files navigation

cc-crispdm

First version of CRISP-DM template using cookie-cutter

Requirements to use the cookiecutter template:


  • 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

To start a new project using this template, run:


cookiecutter https://github.com/apolotakeshi/cc-crispdm.git

The resulting directory structure


The directory structure of your new project looks like this:

├── README.md          <- The top-level README for developers using this project.
├── data
│   ├── external       <- Data from third party sources.
│   ├── interim        <- Intermediate data that has been transformed.
│   ├── processed      <- The final, canonical data sets for modeling.
│   └── raw            <- The original, immutable data dump.
│
├── notebooks          <- Jupyter notebooks. Naming convention is a number (for ordering)
│                         and a short `-` delimited description, e.g. `1.0-EDA`.
│                         
│
├── scripts            <- useful scripts used by the project and all other configurable 
|                         .env / .ini / credentials.
│
└── sql                <- required sql code for reproductibility.

Following work will be

Provide a new template for data scientists

About

This is a cookie-cutter for crisp-dm mainly on creating analysis and exploring. Further work will be to create a Data Science template aswell

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •