提交 3f8eca8f 编写于 作者: S Sanders Kleinfeld

Adding missing close parenthesis in code listing.

上级 96e3e6f7
......@@ -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.
先完成此消息的编辑!
想要评论请 注册