Building automated data pipelines and machine learning classifiers to predict customer cancellations (churn) for a subscription-based digital platform.
Proactively identify active subscribers who are likely to cancel their membership in the upcoming month.
Feature engineering on activity logs, training classification models, and mapping model parameters for business reviews.
Using Python, I consolidated subscriber usage logs, transaction records, and client support cases. I engineered indicators for engagement degradation, such as decreased login frequency and payment delays.
I evaluated multiple classification algorithms (Logistic Regression, Decision Trees, Random Forest). Random Forest was selected due to higher accuracy and recall metrics.
12% Churn Reduction Achieved