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.
- Host: GitHub
- URL: https://github.com/shreyansh26/papermill-mlflow-poc
- Owner: shreyansh26
- Created: 2021-12-04T19:43:19.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T19:45:33.000Z (almost 4 years ago)
- Last Synced: 2025-01-14T02:14:00.294Z (9 months ago)
- Language: Jupyter Notebook
- Size: 3.73 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.