khuyentran1401 / data-science-template

Template for a data science project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

View article View on YouTube

Data Science Cookie Cutter

Why?

It is important to structure your data science project based on a certain standard so that your teammates can easily maintain and modify your project.

This repository provides a template that incorporates best practices to create a maintainable and reproducible data science project.

Tools used in this project

How to use this project

Install Cookiecutter:

pip install cookiecutter

Create a project based on the template:

cookiecutter https://github.com/khuyentran1401/data-science-template

Resources for a detailed explanation of this template:

About

Template for a data science project


Languages

Language:Python 73.7%Language:Makefile 26.3%