TensorFlow - Core Learning Algorithms: The Training Process

Tell us what’s happening:

If I try to implement the example presented on the video, I obtain the following error:

AttributeError Traceback (most recent call last)
Cell In[23], line 1
----> 1 linear_est = tf.estimator.LinearClassifier(feature_columns = feature_columns)

AttributeError: module ‘tensorflow’ has no attribute ‘estimator’

Can someone help me to solve the problem?

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0

Challenge Information:

TensorFlow - Core Learning Algorithms: The Training Process