Estimator Eval
Use the Estimator API to evaluate the regression model.
We'll cover the following...
Chapter Goals:
- Use an
Estimator
object to evaluate a regression model
A. Evaluation
The Estimator
object provides a function called evaluate
, which is used for model evaluation. ...