Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix getting started links #61

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
# Examples for TensorFlow Transform

## Simple Example
See [getting started guide] (../getting_started.md).
See [getting started guide](../getting_started.md).

## Census Example
The "Census Income" dataset is provided by the [UCI Machine Learning
Repository](https://archive.ics.uci.edu/ml/datasets/Census+Income). This dataset
contains both categorical and numeric data. See the [getting started guide]
(../getting_started.md) for more details. For information on running the
example, see the [Downloading the Census dataset]
(../getting_started_guide.md#Downloading the Census dataset) section.
contains both categorical and numeric data. See the [getting started guide](../getting_started.md) for more details. For information on running the
example, see the [Downloading the Census dataset](../getting_started.md#downloading-the-census-dataset) section.

## Sentiment Analysis Example

This example is similar to the `census_example.py` example but there are some
differences. More extensive Beam processing is required before tf.Transform is
invoked. See the [sentiment example guide]
(sentiment_example.md#Downloading the Census dataset) for more information.
invoked. See the [sentiment example guide](sentiment_example.md#sentiment-analysis) for more information.