Creates a comparison table from multiple cross-validation runs with different configurations.
cv_compare_results(
cv_list,
metrics = c("all", "finding", "agreement"),
show_percentages = TRUE,
digits = 1,
use_gt = TRUE
)A gt table or data.frame comparing CV results across configurations.
Named list of cv_result objects from forestsearch_tenfold()
or forestsearch_Kfold().
Character vector. Which metrics to include. Options: "finding", "agreement", "all". Default: "all".
Logical. Display as percentages. Default: TRUE.
Integer. Decimal places. Default: 1.
Logical. Return gt table if TRUE. Default: TRUE.