There are many metrics for summarizing model quality, but we’ll start with one called MAE
Mean Absolute Error
To test a model , we do this by excluding some data from the model-building process, and then use those to test the model’s accuracy on data it hasn’t seen before. This data is called …
validation data