Skip to content

The aim is to predict the members who are likely not to renew their memberships and to identify the most significant factors that might affect a member's renewal decision. The findings will introduce the retailer's suggestive hints towards handling member renewal.

Notifications You must be signed in to change notification settings

vaibhavigaekwad007/Member-Churn-Prediction

Repository files navigation

Member-Churn-Prediction: Retail Customer Churn Prediction in a Leading American Wholesaler with the Retailer’s Personalized Insights - an Observational Study

Motivation

Reducing the rate of customer churn is a key business goal of every retailer. The objective of the study is to statistically analyze accessible historical data in order to discover patterns of demographic characteristics and shopping behaviors that promote customer churn. The accuracy of the predictive model is critical for preventive actions.

Dataset

The data was extracted from a secure source, with deidentified customer information such as account number, shopping information, transaction details, etc. The dataset had 120,450 rows. (Contact any of the above study members for further details)

Tech/ framework used

R Studio (Desktop version), R programming language, Tableau Desktop, Tableau Prep-Builder, Basic SQL queries

Method

When a straightforward implementation of a single method did not lead to a good performance, multiple methods were adopted to achieve the best-attempt results. The proposed models came in the form of individual models and models that utilized information carried forward from a different model. Missing data, multicollinearity, and data transformation were addressed prior to constructions of any models.

Files included

There are two ‘Rmd’ files, one with the codes for EDA, Data visualizations, Association rules, and the other with Machine Learning Classification models. One tableau dashboard file also included.

  • EDA and Association Rules.Rmd
  • Learning Models.Rmd
  • Member Churn Analysis.twbx Last updated: 24 April 2020

How to use?

  1. To run the models, the dataset is to be uploaded in the IDE (R Studio) (contact author for dataset)
  2. ‘EDA and Association Rules.Rmd’ should be executed first in the R Studio
  3. Following packages are required to be installed to run the study successfully. Learning Models.Rmd should be run for model construction. library(readr) library(readxl) library(forecast) library(tidyverse) library(caret) library(e1071) library(data.table) library(randomForest) library(leaps) library (MASS) library(corrplot) library(ggplot2) library(cowplot) library(gridExtra) library(formattable) library(outliers) library(rpivotTable) library(InformationV alue) library(ROCR) library(rpart) library(rpart.plot) library(FNN) library(arules) library(arulesViz)
  4. Run the Member Churn Analysis.twbx file in Tableau Desktop

Contribute

The project studied human behaviors known to be challenging. The current data had some limitations due to factors such as a lack of date/time. The classification process can be improved by using advanced technique. Also, domain knowledge from experts in the industry may provide a better determination of variables used in the study.

About

The aim is to predict the members who are likely not to renew their memberships and to identify the most significant factors that might affect a member's renewal decision. The findings will introduce the retailer's suggestive hints towards handling member renewal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published