Using a created tensorflow model for predicting
I'm looking at source code from this Tensorflow article that talks about how to create a wide-and-deep learning model. https://www.tensorflow.org/versions/r1.3/tutorials/wide_and_deep Here is the link to the python source code: https://github.com/tensorflow/tensorflow/blob/r1.3/tensorflow/examples/learn/wide_n_deep_tutorial.py What the goal of it is, is to train a model that will predict if someone makes more or less than $50k a year given the data in the census information. As instructed, I'm running this command to execute: python wide_n_deep_tutorial.py --model_type=wide_n_deep The result