AI Features

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. ...