You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Structural Time Series of TensorFlow Probability.
I separated my data(1 year) into training data (10 months) and test data (2 months).
After building the model and forecasting, I wondered whether it is possible to "predict" the training data so that I can compare the performance of the model in the training data interval.
Since the arguments of "tfp.sts.forcast" can only specify "num_steps_forecast" which does not include that option, I would ask here.
The text was updated successfully, but these errors were encountered:
@HuangKY if you run forward_filter the resulting structure has (predicted/forecasted) observation means and covariances, is that what you are after? For example:
I am using the Structural Time Series of TensorFlow Probability.
I separated my data(1 year) into training data (10 months) and test data (2 months).
After building the model and forecasting, I wondered whether it is possible to "predict" the training data so that I can compare the performance of the model in the training data interval.
Since the arguments of "tfp.sts.forcast" can only specify "num_steps_forecast" which does not include that option, I would ask here.
The text was updated successfully, but these errors were encountered: