Skip to content

ANIRUDDHBHAT/lead-scoring-case-study

Repository files navigation

lead-scoring-case-study

Synopsis:

An education company named X Education sells online courses to industry professionals. On any given day, many professionals who are interested in the courses land on their website and browse for courses.

The company markets its courses on several websites and search engines like Google. Once these people land on the website, they might browse the courses or fill up a form for the course or watch some videos. When these people fill up a form providing their email address or phone number, they are classified to be a lead. Moreover, the company also gets leads through past referrals. Once these leads are acquired, employees from the sales team start making calls, writing emails, etc. Through this process, some of the leads get converted while most do not. The typical lead conversion rate at X education is around 30%.

Now, although X Education gets a lot of leads, its lead conversion rate is very poor. For example, if, say, they acquire 100 leads in a day, only about 30 of them are converted. To make this process more efficient, the company wishes to identify the most potential leads, also known as ‘Hot Leads’. If they successfully identify this set of leads, the lead conversion rate should go up as the sales team will now be focusing more on communicating with the potential leads rather than making calls to everyone.

Objectives of the study:

  1. Build a logistic regression model to assign a lead score between 0 and 100 to each of the leads which can be used by the company to target potential leads. A higher score would mean that the lead is hot, i.e. is most likely to convert whereas a lower score would mean that the lead is cold and will mostly not get converted.

  2. There are some more problems presented by the company which your model should be able to adjust to if the company's requirement changes in the future so you will need to handle these as well. These problems are provided in a separate doc file. Please fill it based on the logistic regression model you got in the first step. Also, make sure you include this in your final PPT where you'll make recommendations.

Procedure used:

  1. Reading Data
  2. Cleaning Data
  3. EDA
  4. Creating Dummy
  5. Splitting data into train and test set
  6. Building Model
  7. Making Predictions
  8. Model Evaluation
  9. ROC Curve
  10. Prediction on test set
  11. Precision- Recall

List of files submitted

  1. Lead Scoring Case Study Python Notebook.ipynb : The python file showing coding and data analysis

  2. Lead Scoring Case Study Python PDF : PDF version of the python file

  3. Answers to questions asked by the company.pdf : Answers to subjective questions for the case study

  4. Case Study Presentation.pdf : A detailed presentation of the analysis and findings of the study in PDF format

  5. Leads.csv : Data worked upon

  6. Leads Data Dictionary.xlsx : Data Dictionary

  7. Lead Scoring Case Study Summary.pdf : A document summarizing the whole project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published