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
- Host: GitHub
- URL: https://github.com/drorata/test-mlflow
- Owner: drorata
- Created: 2018-08-31T14:33:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T06:24:30.000Z (almost 8 years ago)
- Last Synced: 2025-03-05T10:46:33.997Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!