rtemis

Command Palette

Search for a command to run...

ClassificationMetricsRes

Entry point

Classification metrics aggregated across resamples: each resample's metrics, the aggregate confusion matrix in long form, and the mean and standard deviation of the overall metrics.

Raw JSONv1Unknown properties rejected

Properties

samplerequired
string | null

Sample the metrics describe.

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

confusion_longrequired
array | null

Confusion matrix, one row per cell.

res_metricsrequired
ClassificationMetrics[]
mean_metricsrequired
array | null

Mean of each metric across resamples, one row.

sd_metricsrequired
array | null

Standard deviation of each metric across resamples, one row.

Relationships