log_list_to_run: Log a vector metric value to a run

Description Usage Arguments Value Examples

View source: R/run.R

Description

Log a vector with the given metric name to the run.

Usage

1
log_list_to_run(name, value, description = "", run = NULL)

Arguments

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 Run object. If not specified, will default to the current run from the service context.

Value

None

Examples

1
log_list_to_run("Accuracies", c(0.6, 0.7, 0.87))

azuremlsdk documentation built on Oct. 23, 2020, 8:22 p.m.