TFTS: Switch to using core feature columns
authorAllen Lavoie <allenl@google.com>
Mon, 26 Feb 2018 22:00:07 +0000 (14:00 -0800)
committerGunhan Gulsoy <gunan@google.com>
Tue, 27 Feb 2018 22:33:33 +0000 (14:33 -0800)
commit01b96c59f410b44a6279627529a643b1e4da4aa5
tree326be6c1e04de508cd08ff76da15f9f18037c8db
parent6c99456856973d7cfee31aeeabef8d79014a097f
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