Skip to content

This case study is about analysing lead scoring conversion rate to achieve 80% in return for an educational company by building a good Logistic Regression model.

Notifications You must be signed in to change notification settings

Abhy98/LEAD_SCORING

Repository files navigation

With around 9000 data points,this dataset consists of various attributes such as Lead Source, Total Time Spent on Website, Total Visits, Last Activity, etc. which may or may not be useful in ultimately deciding whether a lead will be converted or not. The target variable, in this case, is the column ‘Converted’ which tells whether a past lead was converted or not wherein 1 means it was converted and 0 means it wasn’t converted. You can learn more about the dataset from the data dictionary provided in excel. Another thing we also need to check out for are the levels present in the categorical variables. Many of the categorical variables have a level called 'Select' which needs to be handled because it is as good as a null value. By Building 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. 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.

About

This case study is about analysing lead scoring conversion rate to achieve 80% in return for an educational company by building a good Logistic Regression model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published