TFTS: Switch to using core feature columns
authorAllen Lavoie <allenl@google.com>
Mon, 26 Feb 2018 22:00:07 +0000 (14:00 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 26 Feb 2018 22:03:54 +0000 (14:03 -0800)
commit7765066e6a686c7d6b1bed44248fafaa859db4eb
treeae5ed756c88ec6862f655306bad8dda2b98fdb71
parentba2cc572f99b09ddd6a60e0557059cb1da51b356
TFTS: Switch to using core feature columns

This fixes some shape issues that came up when using the tf.contrib.layers
parsing functions.

Adds a string -> embedding column API example to the LSTM example.

PiperOrigin-RevId: 187076400
tensorflow/contrib/timeseries/examples/data/multivariate_periods.csv
tensorflow/contrib/timeseries/examples/known_anomaly.py
tensorflow/contrib/timeseries/examples/lstm.py
tensorflow/contrib/timeseries/python/timeseries/estimators.py
tensorflow/contrib/timeseries/python/timeseries/model.py
tensorflow/contrib/timeseries/python/timeseries/state_space_models/state_space_model.py