An exploration of airline loyalty data using machine learning
Exploring churn patterns using GLMNET
Used a dummy airline loyalty program dataset to uncover predictors of churn using a logistic regression machine learning model. Check out the dashboard here!
This analysis identified key drivers of churn in a loyalty program. A few insights: Customers who accumulate points but do not use them have a higher risk of leaving since they are not utilizing their rewards. Relatedly, flight frequency is another big predictor of churn. Occasional flyers are more likely to leave the loyalty program. Finally, the length of someone’s membership makes a difference in their loyalty; people who signed up prior to 2018 are less likely to leave.
Data cleaning - imputed salaries based on median salary in residing city
Fit a logistic regression model using GLMNET using L1/L2 regularization to predict churners in an airlines loyalty program (dummy data) with 73% recall, 84% precision, and 95% overall accuracy.
Because of our model, we can predict the likelihood of a user churning based on demographic and behavioral traits. To improve retention, high-risk members can be sent targeted offers that can remind them to use their points and provide additional promotions to help them utilize the benefits of the program.