Create an MLFlow run
1 | create_run(start_time = NULL, tags = NULL, experiment_id = NULL, client)
|
start_time |
The start time of the run. Defaults to the current time. |
tags |
Additional tags to supply for the run |
experiment_id |
The ID of the experiment to register the run under. |
client |
An MLFlow client. Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.