data-portfolio

← Portfolio · Notebook


Churn Prediction — MTN Nigeria Telecom

Business question

Which customers are most likely to churn in the next quarter, and which features drive their risk? A binary classifier ranks customers by churn probability so retention campaigns can target the highest-risk segment.

(Companion to project 08, which models the same data as a survival problem — same data, two analytical lenses, both useful.)

Data

Run python download_data.py.

EDA targets

Modeling

Family Model
Linear Logistic regression with L2 penalty (interpretable baseline)
Trees Random Forest, Gradient Boosting (XGBoost)

Validation

Deployment

Business outcome