Coder Social home page Coder Social logo

data-science-template's Introduction

Data Science Template

A simple cookiecutter template for creating a modern (python) data science project.

Features

  • Poetry for dependency management
  • nbdime to easily version jupyter notebooks using git
  • Commonly used packages like pandas, matplotlib, numpy and many more already included
  • pre-commit hooks such as isort and black for consistent, PEP8 conform code style

Getting started

Assuming you have cookiecutter and poetry already installed the setup is as simple as running the following line in your terminal:

cookiecutter gh:MushroomMaula/data-science-template

Project structure

├─ LICENSE
├─ pyproject.toml       🠔 Configuration for poetry and other tools like black
├─ README.md            🠔 Information about your project
│
├── data
│   ├── interim         🠔 Intermediate data after some transformations have been 
│   │                     applied
│   ├── processed       🠔 Data after processing, ready to be used in your models
│   └── raw             🠔 The orginial data
│
├── docs                🠔 A folder to keep all your documentation about the project
│   └── references      🠔 Other reading material
│
├── models              🠔 Trained models, e.g. as serialized objects
│
├── notebooks           🠔 Jupyter notebooks
│   ├── exploratory     🠔 Notebooks that explore the data
│   └── reports         🠔 More polished notebooks ready to be exported
│
└── src
    ├── data            🠔 Scripts to generate/process your data
    ├── models          🠔 Scripts to train/create your models
    └── utils           🠔 Other utilities e.g. visualizations

data-science-template's People

Contributors

mushroommaula avatar

Watchers

James Cloos avatar  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.