Evaluating Models

Learn how to evaluate classification and regression models.

Chapter Goals:

  • Learn how to evaluate regression and classification models

A. Making predictions

Each of the models we've worked with has a predict function, which is used to predict values for new data observations (i.e. data ...