From 11fd087da5a33ee6b59f2e7ff908643132ffc5b1 Mon Sep 17 00:00:00 2001 From: Puneith Kaul Date: Fri, 17 Nov 2017 10:35:24 -0800 Subject: [PATCH] Update README.md Added links to TFT samples. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d906748f..76a2df10 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,10 @@ to their data as a TensorFlow graph. This is important as the user can then incorporate the exported TensorFlow graph into their serving model, thus avoiding skew between the served model and the training data. +# tf.Transform Samples + +You can take a look at our tf.Transform samples on [Cloud ML Engine Github](https://github.com/GoogleCloudPlatform/cloudml-samples#cpu-and-gpu) specifically [Criteo](https://github.com/GoogleCloudPlatform/cloudml-samples/tree/master/criteo_tft), [Reddit](https://github.com/GoogleCloudPlatform/cloudml-samples/tree/master/reddit_tft) and [Movielens](https://github.com/GoogleCloudPlatform/cloudml-samples/tree/master/movielens). + **tf.Transform may introduce backwards incompatible changes before version 1.0**.