start_run | R Documentation |
Starts a new run. If client
is not provided, this function infers contextual information such as
source name and version, and also registers the created run as the active run. If client
is provided,
no inference is done.
start_run(
run_id = Sys.getenv("MLFLOW_RUN_ID"),
experiment_id = get_active_experiment_id(),
client = mlflow_client(),
nested = FALSE
)
run_id |
If specified, get the run with the specified UUID and log metrics and params under that run. The run's end time is unset and its status is set to running, but the run's other attributes remain unchanged. |
experiment_id |
Used only when |
client |
An MLFlow client. Defaults to |
nested |
Controls whether the run to be started is nested in a parent run. |
Metadata on the newly-started run.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.