model_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, ...)

Arguments

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

Value

tibble of results, allowing you to compare models