GithubHelp home page GithubHelp logo

badr-moufad / cookiecutter-simple-ds-project Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 2.0 13 KB

A simple cookiecutter template to structure your Data Science projects.

Home Page: https://towardsdatascience.com/its-time-to-structure-your-data-science-project-1fa064fbe46

License: MIT License

Jupyter Notebook 82.57% Python 17.43%
cookiecutter data-science project-structure simple-ds-project python

cookiecutter-simple-ds-project's Introduction

cookiecutter Simple DS project

A simple template project to stucture your Data Science projects.

This template is inspired by "cookiecutter data science" to provide an entry-level structure to organize data science projects.

Check my article "It's time to structure your data science project" to find out more about "Simple DS project", namely the motivation behind it as well as the purpose of every component of its structure.

Getting started

to get started,

  1. First, install cookiecutter by running
pip install cookiecutter
  1. Then execute the following command to generate the project structure
cookiecutter https://github.com/Badr-MOUFAD/cookiecutter-simple-DS-project.git

Template structure

After executing the previous commands, the project structure will be generated on your local machine. The project directory contains the following directory tree

|
├── data                                <- where to put and save 
|   |── dataset_1.csv                      your data
|   |
│
├── notebooks_exploration_cleaning      <- notebooks related to data
|   |── exploration_1.py                   exploration and cleaning
|   |  
│
├── notebooks_models                    <- notebooks to train
|   |── model_1.py                         and evaluate models
|   |                                                        
│
├── py_scripts                          <- where to put repetitive code
│   ├── __init__.py                        
|   |
|   |── script_1.py
|   |
│
├── README.md                           <- where to describe your project
|
├── .gitignore                          <- where to mention folder and files 
|                                          to not to be synchronized 
|                                          with your remote repository
|                                           
└── environment.yml                     <- project dependencies
                                           (Anaconda environment)

Note

This structure is not to be literally followed. You can adjust it and refine it based on your needs. Remember that the way you organize your work keeps evolving as you work on projects.

cookiecutter-simple-ds-project's People

Contributors

badr-moufad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.