Manage machine learning experiments using MLflow and Hydra.
$ git clone https://github.com/futabato/mlops_demo
$ cd mlops_demo/
$ pip install -r requirements.txt
$ docker build -t mlops_demo .
$ docker run --rm -it -v "${PWD}:/home" --name mlops_demo -p 5000:5000 -p 8888:8888 mlops_demo /bin/bash
mlflow/
- mlflowを説明するためのコード。
hydra/
- hydraを説明するためのコード。
Integration/
- mlflowとhydraを組み合わせた実験管理を説明するためのコード。
$ mlflow ui
or
$ mlflow ui -h `hostname`
access http://localhost:5000
https://speakerdeck.com/futabato/mlflowtohydrawoli-yong-sitashi-yan-guan-li