R/model_comparison_table.R
model_comparison_table.Rdmodel_comparison_table Takes in training data, testing data, with the target as the last column and fitted models with meaningful names, then generates a model comparison table.
model_comparison_table(train_data, test_data, ...)
| train_data | tibble of training data with target as last column |
|---|---|
| test_data | tibble of testing data with target as last column |
| ... | fitted models assigned to meaningful model names |
tibble of results, allowing you to compare models