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