Please, I need help with Machine learning with python. Im using Jupyter notebook and Im getting the error message you can see on the screen shot. thanks
Like the error says take a closer look at the for loop. Notice that code is appending to the feature_columns list result of categorical_column_with_vocabulary_list method of the feature_columns. That doesn’t seem to be right, as list data type doesn’t have such method.
Locally it would be installed via pip, I believe the %tensorflow_version 2.x magic command is available on google colab.
However I don’t think that’s the issue with installed tensorflow. Are you sure it should be feature_columns.categorical_column_with_vocabulary_list appended in the loop?

