TFTS: Better handling of exogenous features
Adds (dummy) exogenous features to the LSTM model-building example, and adds some small methods needed to support that (fetching the shape of embedded exogenous features). Also makes it more automatic to export a SavedModel with exogenous features (placeholder shapes will be inferred from the given FeatureColumns), which makes the LSTM example friendlier. PiperOrigin-RevId: 185157085
Loading
Please sign in to comment