rtemis

Command Palette

Search for a command to run...

ClassificationMetrics

Component

Classification metrics for one sample: the confusion matrix in long form (one row per cell), overall metrics, and per-class metrics. Which overall columns are present depends on the task, so only the invariant ones are required.

Raw JSONv1Unknown properties rejected

Properties

sample
string | null

Sample the metrics describe.

one of"Training""Validation""Test""Calibrated Training""Calibrated Validation""Calibrated Test"null

confusion_long
array | null

Confusion matrix, one row per cell.

metrics
object | null

Classification metrics.

Relationships