Skip to content

Commit

Permalink
Update README Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abdala9512 committed Jul 31, 2023
1 parent f09b321 commit 66c497e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ We use prefect for orchestration in:

Deployment is done via `Makefile` + `Dockerfile`

## Steps

0. clone the repository `git clone https://github.com/abdala9512/mlops-zoomcamp-project-2023.git`
1. Execute `Makefile` to create services `make`
2. Execute model training pipeline `python src/training_pipeline.py`
3. Promote any model to PROD in Mlflow
4. Execute scoring pipeline `python src/batch_scoring_pipeline.py`
5. Execute Monitoring pipeline `python src/monitor_ml_churn_model.py`

# 6. Model monitoring

Machine learning monitoring with Grafana and Postgres involves using these two tools to track, visualize, and analyze the performance and behavior of machine learning models deployed in production. Let's break down how each component contributes to the monitoring process:
Expand Down

0 comments on commit 66c497e

Please sign in to comment.