https://github.com/booleanhunter/lucrative-learners
A machine learning project aimed at enhancing the lead conversion rate for X Education (as part of program requirements for IIITB)
https://github.com/booleanhunter/lucrative-learners
Last synced: about 1 month ago
JSON representation
A machine learning project aimed at enhancing the lead conversion rate for X Education (as part of program requirements for IIITB)
- Host: GitHub
- URL: https://github.com/booleanhunter/lucrative-learners
- Owner: booleanhunter
- License: mit
- Created: 2023-04-13T10:29:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T15:37:53.000Z (almost 3 years ago)
- Last Synced: 2025-02-06T12:34:39.103Z (about 1 year ago)
- Language: HTML
- Size: 1.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Lucrative Learners
This case study aims at enhancing the lead conversion rate for X Education, an online education company that sells professional courses to industry experts. The project focuses on identifying the most promising leads, also known as "Hot Leads," to increase the efficiency of the company's sales and marketing efforts.
To achieve this goal, the project will:
1. Develop a logistic regression model that assigns a lead score between 0 and 100 to each lead. A higher score indicates a hot lead with a high likelihood of converting, while a lower score signifies a cold lead with a low probability of conversion.
2. Ensure that the model can adapt to new requirements or changes in the company's lead evaluation strategy as specified in a separate document.
3. Provide recommendations for implementation.
### Instructions to run
You can use [Google Colaboratory](https://colab.research.google.com) to run the project.
Alternatively, you can run it in your Linux machine by running the following on your terminal:
1. Install `python3.7` or above and `pip3`
2. Create a python virtual environment using `venv python -m venv ~/python-virtual-environments/lucrative-learners`
3. Activate virtual environment: `source ~/python-virtual-environments/lucrative-learners/bin/activate`
4. Install JupyterLab: `pip install jupyter-lab`
5. Install required libraries and other dependencies: `pip install -r requirements.text`
6. Launch JupyterLab: `jupyter-lab`