提交 50575842 编写于 作者: S Shanqing Cai 提交者: GitHub

Merge pull request #7827 from tensorflow/skleinfeld-patch-1

Adding missing close parenthesis in code listing.
......@@ -286,7 +286,7 @@ accept a _pandas_ `Dataframe` and return feature column and label values as
```python
def input_fn(data_set):
feature_cols = {k: tf.constant(data_set[k].values
feature_cols = {k: tf.constant(data_set[k].values)
for k in FEATURES}
labels = tf.constant(data_set[LABEL].values)
return feature_cols, labels
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册