Description Usage Arguments Value Examples
Log a vector with the given metric name to the run.
1 | log_list_to_run(name, value, description = "", run = NULL)
|
name |
A string of the name of metric. |
value |
The vector of elements to log. |
description |
(Optional) A string of the metric description. |
run |
The |
None
1 | log_list_to_run("Accuracies", c(0.6, 0.7, 0.87))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.