An open API service indexing awesome lists of open source software.

https://github.com/shreyansh26/papermill-mlflow-poc

A simple tutorial on using Papermill for executing multiple experiments and MLflow for logging artifacts and metrics.
https://github.com/shreyansh26/papermill-mlflow-poc

Last synced: 8 months ago
JSON representation

A simple tutorial on using Papermill for executing multiple experiments and MLflow for logging artifacts and metrics.

Awesome Lists containing this project

README

          

# Papermill-MLflow-PoC

A simple tutorial on using Papermill for executing multiple experiments and MLflow for logging artifacts and metrics.

### papermill
`pip install papermill`

### MLflow
`pip install mlflow`
`mlflow server`

Rest usage details are in the code.