Get Mean Squared Errors for a list of models using test data.

get_mses(models, data)

Arguments

models

list of model objects made by get_fit_models.

data

list having the data used for training and testing the various model types.

Value

list object with Mean Squared Errors named with the name of the variable selection (reduction) technique used.