Skip to content

Lead scoring is an effective lead prioritization method used to rank prospects based on the likelihood of converting them to customers. This repository aimed to develop an automatic lead scoring through logistic regression technique. Stepwise selection approach is used to identify and select important variables for the model.

Notifications You must be signed in to change notification settings

TawfikFadzil/Automated-Lead-Scoring

Repository files navigation

Lead Scoring Model

Introduction

Lead scoring is an effective lead prioritization method used to rank prospects based on the likelihood of converting them to customers. While there are many available data that company gather, it is difficult to identify which attributes are important in determining a successful sale. This study proposes a method that can leverage the historical data to determine the likelihood of successful sales conversion and identify the important factors that contribute to this conversion.

Methods

The steps involved for this case study are mentioned below:

  1. Data Loading
  2. Data Cleaning & Pre-Processing
  3. Split Training and Test Data (Holdout Method)
  4. Run Logistic Regression for Full Model and Null Model
  5. Run Forward and Backward Stepwise Regression based on AIC Selection Criteria
  6. Evaluate Models through Accuracy, Specificity, Sensitivity & AUC.
  7. Determine Optimal Threshold (Youden Index).

Conclusion

One can obtained a valuable business insight by filtering out large number of attributes and selecting few key important indicators to enhance the predictive lead scoring system. Companies can then focus their resources and marketing efforts to the right leads which ultimately improve the sales process

About

Lead scoring is an effective lead prioritization method used to rank prospects based on the likelihood of converting them to customers. This repository aimed to develop an automatic lead scoring through logistic regression technique. Stepwise selection approach is used to identify and select important variables for the model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages