Giter VIP home page Giter VIP logo

churn_propensity_models's Introduction

DATASET:

It was provided by a company working in the intertainment industry. Theare are 330586 observations and 102 variables. Every observation provides information about the behaviour of an user on the web page of the company.

PREPROCESSING:

To prepare data for the ML algorithms, the following operations have been carried out:

  • Data Cleaning / Aggregation
  • Study of the Correlation
  • Zero Variance and NearZero Variance Analysis

DATASET SPLITTING:

The original dataset has been splitted into Training - Test - Validation. Then, to balance the distribution of the target variable into the 3 datasets, the SMOTE funcion has been implemented.

MODEL TRAINING:

The classifications models have been implemented with the goal of maximizing Specificity, so in order to find in the most accurate way the clients who leave the company.

The models trained are:

  • Classification Tree
  • Random Forest
  • Logistic Model
  • Bagging Tree
  • Naive-Bayes
  • Gradient Boosting
  • Neural Network Single-Layer Perceptron
  • Neural Network Multi-Layer Perceptron

CHOICE OF THE BEST MODEL:

To find the winning model, both the Cumulative Gain and Lift Curve have been examined (in particular, the second decile of them).

The winning model is the Random Forest.

In the first 20% of the population, the model is able to capture 57.2% of the churners. Also, by selecting the first 20% of the customers, the probability that one of them is a churner is 2.86 times the global one.

churn_propensity_models's People

Contributors

corinnastrada avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.