Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Latest commit

 

History

History
53 lines (42 loc) · 2.48 KB

README.md

File metadata and controls

53 lines (42 loc) · 2.48 KB

End-to-end Customer Segmentation Project

Tools Used in This Project

Variations of This Project

Project Structure

  • src: consists of Python scripts
  • config: consists of configuration files
  • data: consists of data
  • notebook: consists of Jupyter Notebooks
  • tests: consists of test files

Set Up the Project

  1. Install Poetry
  2. Set up the environment:
make setup
make install_all
  1. To persist the output of Prefect's flow, run
export PREFECT__FLOWS__CHECKPOINTING=true

Run the Project

To run all flows, type:

python src/main.py

To run the process flow, type:

python src/main.py flow=process

To run the segment flow, type:

python src/main.py flow=segment