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, and additional arguments such as start_time
can be provided.
1 2 3 4 5 6 7 8 |
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 |
start_time |
Unix timestamp of when the run started in milliseconds. Only used when |
tags |
Additional metadata for run in key-value pairs. Only used when |
client |
An MLFlow client. Defaults to |
nested |
Controls whether the run to be started is nested in a parent run. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.