Computes type-specific performance metrics for each trait. By default
the model is evaluated on the test split stored in the fit object, but
an alternative data / splits can be supplied.
Arguments
- fit
pigauto_fit object.
- data
pigauto_data object (default:
NULL, uses the training data stored in the fit viapredict()).- splits
splits object (default:
NULL, usesfit$splits).
Details
Metrics by trait type:
- continuous
RMSE, Pearson r, MAE
- count
RMSE, MAE, Pearson r
- binary
Accuracy, Brier score
- categorical
Accuracy (overall)
- ordinal
RMSE (on integer scale), Spearman rho
When conformal scores are present in the fit, conformal coverage at the 95\ ordinal traits.
When the fit includes a baseline, baseline metrics are appended with
method = "baseline" for direct comparison.
