Provide an overview and insight into the sales performance of the last 7 years. Detect and find hidden churn customers. Build the models to detect automatically the customer status
The insight into the sales performance is shown in the dashboard report below. Those churn customers are already detected from 2018. The model has been built with an accuracy rate of 0.77
Exploratory Data Analysis and Data Visualization are simply used to give insight into the sales performance. For building the model, I used binary classification with Support Vector Classifier (SVC) as an algorithm. The proportion of training set and validation set is 75:25
OVERVIEW
This project is one of many projects provided by DQlab. It is about analyzing, giving the business insight, and building the model of sales company data from 2013 - 2019. The company really wants to know how many customers with its status 'Churn', how it gives the effect of transaction value, and build the model to detect them automatically.
The data provided has a total data of 100,000 samples. The process starts from data cleaning, feature engineering, data visualization, and model training. In the feature engineering process, I defined a churned customer as a customer who did not make a transaction less than August 1, 2018. Then, I also did binning for the Average Transaction Column and the Transaction Count Column.
For better visualization, I turned all the charts into one simple dashboard report with Tableau software. It is shown in the image below. In the process of training the model, I use the Support Vector Classifier algorithm with a training set proportion and validation of 75:25. The results of the model training show that the level of accuracy obtained is 0.77.
SUMMARY
RECOMMENDATION
The company has to focus on promoting the most profitable product to the especially the churn customers with certain marketing strategy. There are two products that are quite promising, jacket and shoes. The company should give the attractive and tempting promotions to them so they will be interested in making transactions again. Just focus on those two products first.