Example data and code for the end-to-end lead scoring tutorial on Towards Data Science.
Test out this lead scoring model demo on Booklet.ai.
This example is built with Python 3.8.2
After cloning this repo and entering the directory with cd lead-scoring-demo
python3 -m venv lead-scoring
source lead-scoring/bin/activate
pip install -r requirements.txt
python -m ipykernel install --user --name=lead-scoring
Then start the MLFlow server:
mlflow server