Evaluating Models
Learn how to evaluate classification and regression models.
We'll cover the following...
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 ...