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

https://github.com/drorata/test-mlflow

Testing mlflow. See https://github.com/mlflow/mlflow/pull/129
https://github.com/drorata/test-mlflow

Last synced: 28 days ago
JSON representation

Testing mlflow. See https://github.com/mlflow/mlflow/pull/129

Awesome Lists containing this project

README

          

1. Build the image: `docker build -t test-mlflow .`
2. Run the image: `docker run --rm -it -p 8889:8888 -v $PWD:/home/jovyan/work/ jupyter/minimal-notebook start-notebook.sh --NotebookApp.token=''` from the root directory.
3. Open the notebook and execute cells.
3. In another terminal run `mlflow ui` from the root of the cloned project.
3. After each cell execution refresh the `mlflow` view and notice that the line is overwritten!