Wrapper for `mlflow server`.
mlflow_server(
file_store = "mlruns",
default_artifact_root = NULL,
host = "127.0.0.1",
port = 5000,
workers = NULL,
static_prefix = NULL
)
The root of the backing file store for experiment and run data.
Local or S3 URI to store artifacts in, for newly created experiments.
The network address to listen on (default: 127.0.0.1).
The port to listen on (default: 5000).
Number of gunicorn worker processes to handle requests (default: 4).
A prefix which will be prepended to the path of all static paths.