You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+67Lines changed: 67 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,67 @@
2
2
3
3
A full end-to-end churn prediction system built on the **IBM Telco Customer Churn** dataset — from raw EDA and preprocessing all the way through model training, SHAP explainability, CRM integration, data drift monitoring, A/B testing, and an interactive **Streamlit retention dashboard**.
4
4
5
+
## MLOps Upgrade (In Progress)
6
+
7
+
This project now includes a production-oriented MLOps path in addition to the local notebook flow:
8
+
9
+
- MLflow tracking and model registry integration in `src/deploy_model.py`
0 commit comments