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

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.

res_metrics
ClassificationMetrics[]
mean_metrics
array | null

Mean of each metric across resamples, one row.

sd_metrics
array | null

Standard deviation of each metric across resamples, one row.

Relationships