I can't use tf.estimator in my code with tensorflow 2.16. Below is the error:
AttributeError Traceback (most recent call last) Cell In[17], line 1 ----> 1 linear_est = tf.estimator.Estimator(feature_columns=feature_columns)
AttributeError: module 'tensorflow' has no attribute 'estimator'
How can I fix this issue?