log_params | R Documentation |
Logs parameters 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.
log_params(..., run_id = get_active_run_id(), client = mlflow_client())
... |
variable names from which a data.frame with |
run_id |
A run uuid. Automatically inferred if a run is currently active. |
client |
An MLFlow client. Defaults to |
No return value. Called for side effects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.