πUnderstanding Projects
Project Objective
The goal of the project is to establish a comprehensive data science pipeline that encompasses all stages, such as acquiring data, constructing ETL pipelines, developing models, deploying them, and engaging with the final user.
How the project works

Organising your Project
PROJECT
βββ README.md
βββ DATA
βΒ Β  βββ <all data>
βββ SRC
βΒ Β  βββ __init__.py
β   βββ <python scripts>
βββ TESTS
βΒ Β  βββ __init__.py
βΒ Β  βββ <all test files>
βββ CONFIG
βΒ Β  βββ config.yml
βΒ Β  βββ config_template.yml
βββ .GITHUB
βΒ Β  βββ pull_request_template.md
βΒ Β  βββ WORKFLOW
βΒ Β      βββ github-actions.yml
βββ Docker
βββ Makefile
βββ requirements.txt
βββ .gitignoreStructuring your Project README
- Project Name 
- Project Description 
- Quick Start 
- Pipeline Visualization 
- Contribution 
- Credits 
Project Ideas
- Forecasting In Supply Chain (such as in retail industry) 
- Customer Lifetime Value to help Marketing team to increase sales growth. 
and many more...
Last updated
