Description Usage Arguments Details key value overwrite
View source: R/client_api_scaffold.R
Logs a metric to this Experiment Run.
1 | run_log_metric(run, key, value, overwrite = FALSE)
|
key |
key |
value |
value |
overwrite |
overwrite |
If the metadatum of interest might recur, :meth:'.log_observation' should be used instead. Parameters ———- key : str Name of the metric. value : one of NULL, bool, float, int, str Value of the metric. overwrite : bool, default FALSE Whether to allow overwriting an existing metric with key 'key'.
str: Name of the metric. value : one of NULL, bool, float, int, str Value of the metric. overwrite : bool, default FALSE Whether to allow overwriting an existing metric with key 'key'.
one of None, bool, float, int, str: Value of the metric. overwrite : bool, default FALSE Whether to allow overwriting an existing metric with key 'key'.
bool, default False: Whether to allow overwriting an existing metric with key 'key'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.