Skip to content

Fantasy-Shaw/mlflowdemo

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages