git clone <repo-url>
cd /notebooks
mlflow ui
You can access the MLflow experiment logs using this URL:
http://localhost:5000/#/experiments
or
http://127.0.0.1:5000/#/experiments
This project repo is still under development. Please do not create unnecessary pull request, etc.