Items of feature_columns must be a FeatureColumn


I’m not sure what I got wrong. The code is running but for some reason it doesn’t want to append the feature_columns list.

1 Like

Nvm, I put two feature_columns.append(numeric_feature_column) there. It should have been one only

1 Like