log_confusion_matrix_to_run: Log a confusion matrix metric to a run

Description Usage Arguments Value

View source: R/run.R

Description

Log a confusion matrix metric to a run

Usage

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

Arguments

name

A string of the name of the metric.

value

A named list containing name, version, and data properties.

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


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