Perform statistical comparison of models using cross-validation
tl_test_model_difference(
cv_results,
baseline_model = NULL,
test = "t.test",
metric = NULL
)A data frame with statistical test results
Results from tl_compare_cv function
Name of the model to use as baseline for comparison
Type of statistical test: "t.test" or "wilcox"
Name of the metric to compare