Run MLflow Tracking Server
Wrapper for 'mlflow server'.
mlflow_server( file_store = "mlruns", default_artifact_root = NULL, host = "127.0.0.1", port = 5000, workers = 4, static_prefix = NULL )
file_store |
The root of the backing file store for experiment and run data. |
default_artifact_root |
Local or S3 URI to store artifacts in, for newly created experiments. |
host |
The network address to listen on (default: 127.0.0.1). |
port |
The port to listen on (default: 5000). |
workers |
Number of gunicorn worker processes to handle requests (default: 4). |
static_prefix |
A prefix which will be prepended to the path of all static paths. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.