How to model predict on Tensorflow model that has feature columns?
So far all the coding examples using feature columns do not have examples of how to format their model.predict(...)
. I tried using raw string and also putting them into np.arrays. I am very new so please be gentle :).
Here is the official page, as you can see, no predict example: https://www.tensorflow.org/tutorials/structured_data/feature_columns
Topic predict tensorflow feature-engineering
Category Data Science