GitHub - eugeneyan/papermill-mlflow: ๐Ÿงช Simple data science experimentation & tracking with jupyter, papermill, and mlflow. ยท GitHub

Source: original

papermill-mlflow

Simple data science experimentation with jupyter, papermill, and mlflow

Associated blog post: A simpler experimentation workflow with Jupyter, Papermill, and MLflow

Quick-start

git clone git@github.com:eugeneyan/papermill-mlflow.git

cd papermill-mlflow

Create virtualenv based on requirements.txt

python3 -m venv venv source venv/bin/activate pip install -r requirements.txt

Install kernelspec for Jupyter notebooks (the name argument must be identical)

python -m ipykernel install --user --name=papermill-mlflow

cd notebooks jupyter notebook

image of runner notebook

Open another terminal

Activate the virtualenv

cd papermill-mlflow source venv/bin/activate

Start the mlflow server

cd notebooks mlflow server

image of mlflow