rtemis

Command Palette

Search for a command to run...

RegressionMetricsRes

Entry point

Regression metrics aggregated across resamples: each resample's metrics, plus their mean and standard deviation.

Raw JSONv1Unknown properties rejected

Properties

sample
string | null

Sample the metrics describe.

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

res_metrics
RegressionMetrics[]
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