Logs a parameter for a run. Examples are params and hyperparams used for ML training, or constant dates and values used in an ETL pipeline. A param is a STRING key-value pair. For a run, a single parameter is allowed to be logged only once.
1 |
key |
Name of the parameter. |
value |
String value of the parameter. |
run_id |
A run uuid. Automatically inferred if a run is currently active. |
client |
An MLFlow client. Defaults to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.