So I am new to machine learning and was trying out the TensorFlow Linear Model Tutorial given here:
https://www.tensorflow.org/tutorials/wide
I literally just downloaded their tutorial and tried to run it in my computer but I got the error:
AttributeError: module ‘tensorflow’ has no attribute ‘feature_column’
I searched online and got to know that this can happen on older versions of tensorflow, but I am running the latest version: 1.3.0
So why am I getting this error and how to fix it?
Kenil Vasani
Tensorflow 1.3 should support feature_column well. You might accidentally used an old version. Try the following code to verify your version: