Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 656 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 656 Bytes

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