Skip to content

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

License

Notifications You must be signed in to change notification settings

BookletAI/lead-scoring-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published