create_run | R Documentation |
Create an MLFlow run
create_run(
tags = list(),
experiment_id = get_active_experiment_id(),
client = mlflow_client()
)
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 |
Metadata on the newly-created run.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.