View source: R/model-selection.R
| tl_test_model_difference | R Documentation |
Perform statistical comparison of models using cross-validation
tl_test_model_difference(
cv_results,
baseline_model = NULL,
test = "t.test",
metric = NULL
)
cv_results |
Results from tl_compare_cv function |
baseline_model |
Name of the model to use as baseline for comparison |
test |
Type of statistical test: "t.test" or "wilcox" |
metric |
Name of the metric to compare |
A data frame with statistical test results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.