Log a confusion matrix metric to a run
log_confusion_matrix_to_run(name, value, description = "", run = NULL)
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 |
None