Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 833 Bytes

File metadata and controls

16 lines (12 loc) · 833 Bytes

Examples for TensorFlow Transform

Simple Example

See getting started guide.

Census Example

The "Census Income" dataset is provided by the UCI Machine Learning Repository. This dataset contains both categorical and numeric data. See the getting started guide for more details. For information on running the example, see the 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 for more information.