Estimator Predict
Use the Estimator API to make predictions with the regression model.
We'll cover the following...
Chapter Goals:
- Learn how to use an
Estimatorobject to make regression predictions
A. Prediction
The Estimator object provides a function called predict, which is used for making model predictions. ...