Estimator Train
Use the Estimator API to train a regression model.
We'll cover the following...
Chapter Goals:
- Use an
Estimator
object for training a regression model
A. Training
The Estimator
object provides a function called train
, which takes care of all the necessary model training tasks. ...