aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Neal Wu <wun@google.com>2018-02-12 10:47:26 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-12 10:51:17 -0800
commite245ea9163fef4c2996d9ba8e14d703f1d153ed6 (patch)
tree871f314d4b8719a52b5b4b3833b5d458ccce310f
parenta55c133748b695778163035f098cf3ac34302872 (diff)
Change the column name in tutorials/wide.md from 'income' to 'income_bracket' to match the code
PiperOrigin-RevId: 185400490
-rw-r--r--tensorflow/docs_src/tutorials/wide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/tutorials/wide.md b/tensorflow/docs_src/tutorials/wide.md
index dba6f54c52..005dc020f9 100644
--- a/tensorflow/docs_src/tutorials/wide.md
+++ b/tensorflow/docs_src/tutorials/wide.md
@@ -82,7 +82,7 @@ Here's a list of columns available in the Census Income dataset:
| hours_per_week | Continuous | Hours worked per week. |
| native_country | Categorical | Country of origin of the |
: : : individual. :
-| income | Categorical | ">50K" or "<=50K", meaning |
+| income_bracket | Categorical | ">50K" or "<=50K", meaning |
: : : whether the person makes more :
: : : than $50,000 annually. :