Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 593 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 593 Bytes

Running Example

Run on Windows Development Machine

mlflow ui --backend-store-uri mysql:https://root:[email protected]:3306/mlflow --host 0.0.0.0

Run on Linux server

mlflow server -p 10003 --backend-store-uri mysql:https://cumtcsb617:[email protected]:3306/mlflow --host 0.0.0.0 --default-artifact-root /home/pywork/mlwork/artifacts

Run on Linux server (Redirect Stderr)

nohup mlflow server -p 10003 --backend-store-uri mysql:https://cumtcsb617:[email protected]:3306/mlflow --host 0.0.0.0 --default-artifact-root file:https:///home/pywork/mlwork/artifacts > mlflow.log