Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lefteris-souflas/propensity-to-lapse-model-building-exercise

Analyzed customer churn using transaction data. Built ML model to predict lapses. Dataset includes customer status, collection/redemption info, and program tenure. Delivered business presentation outlining modeling approach, findings, and churn reduction strategies.
https://github.com/lefteris-souflas/propensity-to-lapse-model-building-exercise

cluster-analysis data-driven-decisions data-preprocessing data-splitting decision-tree feature-engineering gradient-boosting logistic-regression model-interpretation model-optimization model-selection-and-evaluation neural-network random-forest sas-visual-analytics support-vector-machine

Last synced: about 1 month ago
JSON representation

Analyzed customer churn using transaction data. Built ML model to predict lapses. Dataset includes customer status, collection/redemption info, and program tenure. Delivered business presentation outlining modeling approach, findings, and churn reduction strategies.

Awesome Lists containing this project

README

        

# Propensity to Lapse Model Building Exercise

Assignment 3 for the Analytics Practicum II Course of AUEB's MSc in Business Analytics

**Concept:**
A loyalty business partner has provided raw customer transaction data to analyze and predict customer churn. Customers earn points from purchases with affiliated partners, which they redeem for various rewards. The dataset includes fields such as the customer's lapsed status (Active or Lapsed), number of collections, number of redemptions, total collected points, total redeemed points, years in the program, and months since the last transaction.

**Lapse Definition:**
A customer is considered lapsed if they have had no collections or redemptions for 12 consecutive months.

**Collections Definition:**
Customers earn points from purchases with loyalty partners.

**Redemptions Definition:**
Customers redeem points for rewards, such as flights or hotel bookings.

**Task:**
I. Build a machine learning model (using any technology) to predict if a customer with the given characteristics will lapse in the next 12 months.
II. Create a business presentation for the marketing team, including:
A. Modelling logic
B. Model findings
C. Suggestions to reduce churn rates

**Dataset:**
- 5000 observations (customers)
- Fields:
- State: Lapsed status (Active=0, Lapsed=1)
- Sum_collect: Number of collections
- Sum_redeem: Number of redemptions
- Sum_collect_points: Total collected points
- Sum_redeem_points: Total redeemed points
- Years_in_the_program: Years since customer's registration
- Months_since_last_transaction: Months since customer's last action

**Deliverable:**
Submit a PowerPoint file on the portal by July 31, 2023.