[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

examples

TensorFlow Transform Examples

Simple example

There's a minimal TFX example available in the GitHub repo.

Census income example

The Census income dataset is provided by the UCI Machine Learning Repository. This dataset contains both categorical and numeric data. See Get started with TensorFlow Transform for details.

Sentiment analysis example

Similar to the Census income example, but requires more extensive Apache Beam processing before tf.Transform is invoked. See the sentiment analysis for more information.