How to examine the feature weights of a Tensorflow LinearClassifier?
问题 I am trying to understand the Large-scale Linear Models with TensorFlow documentation. The docs motivate these models as follows: Linear model can be interpreted and debugged more easily than neural nets. You can examine the weights assigned to each feature to figure out what's having the biggest impact on a prediction. So I ran the extended code example from the accompanying TensorFlow Linear Model Tutorial. In particular, I ran the example code from GitHub with the model-type flag set to