ClassificationMetricsRes
Entry pointClassification 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.
Properties
samplestring | nullSample the metrics describe.
one of
"Training""Validation""Test""Calibrated Training""Calibrated Validation""Calibrated Test"nullconfusion_longarray | nullConfusion matrix, one row per cell.
res_metricsClassificationMetrics[]mean_metricsarray | nullMean of each metric across resamples, one row.
sd_metricsarray | nullStandard deviation of each metric across resamples, one row.
Relationships
Composes