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
Estimator
object to make regression predictions
A. Prediction
The Estimator
object provides a function called predict
, which is used for making model predictions.
Like the train
and evaluate
functions, predict
also takes an input data ...