lead-scoring-demo icon indicating copy to clipboard operation
lead-scoring-demo copied to clipboard

Building a end-to-end lead scoring machine learning example with Jupyter, Sagemaker, MLflow, and Booklet.ai.

End-to-End Lead Scoring Example

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.

Setup

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