GithubHelp home page GithubHelp logo

crosstherubicon / churn_prediction Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.46 MB

Churn prediction using Random Forest and Decision Tree Classifiers.

Jupyter Notebook 100.00%
randomforest decisiontree churn churnprediction advertising-campaigns predicting-churning random-forest usa-today gannett

churn_prediction's Introduction

Churn Prediction USA TODAY (GANNETT)'s Coding Challenge Problem



Churning occurs when customers leave and stop buying your product or using your service during a defined time frame.

Random Forest and Decision Tree models were used for predicting churning. The dataset contains 10000 samples and 10 columns as:

  • CPL_wrt_BC=change in cost per lead with respect to business category
  • client_state=client's location
  • duration=how long the client has been running advertising campaigns in months
  • num_prods=how many distinct advertising products the client has bought
  • calls=number of calls received
  • CPL_wrt_self=change in client's cost per lead in the past three months
  • churn=target column (0=retention | 1=churn)
  • avg_budget=average monthly budget spent on advertising campaigns
  • BC=client's business category
  • clicks=number of clicks received

There were missing data on column 5th column which were imputed using mean values.



The class imbalance was about

0: 8000 1: 2000



Normally, it is advised to either undersample or collect more data. But for this analysis, I moved ahead to come back after model performance analysis if necessary. The Random Forest ROC (shown first) and Decision Tree (shown second) gave reasonable results.





churn_prediction's People

Contributors

crosstherubicon 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.