Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mlflow_server

Run MLflow Tracking Server


Description

Wrapper for 'mlflow server'.

Usage

mlflow_server(
  file_store = "mlruns",
  default_artifact_root = NULL,
  host = "127.0.0.1",
  port = 5000,
  workers = 4,
  static_prefix = NULL
)

Arguments

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.


mlflow

Interface to 'MLflow'

v1.17.0
Apache License 2.0
Authors
Matei Zaharia [aut, cre], Javier Luraschi [aut], Kevin Kuo [aut] (<https://orcid.org/0000-0001-7803-7901>), RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.