Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/c17hawke/mlflow_demo
https://github.com/c17hawke/mlflow_demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/c17hawke/mlflow_demo
- Owner: c17hawke
- Created: 2021-11-22T16:02:22.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-22T16:55:52.000Z (about 3 years ago)
- Last Synced: 2024-10-17T12:28:00.331Z (4 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## important commands -
mlflow server \
--backend-store-uri sqlite:///mlflow.db \
--default-artifact-root ./artifacts \
--host 127.0.0.1 -p 1234