Referring to electricity demand in the example notebook: https://github.com/tensorflow/probability/blob/master/tensorflow_probability/examples/jupyter_notebooks/Structural_Time_Series_Modeling_Case_Studies_Atmospheric_CO2_and_Electricity_Demand.ipynb given the future temperature (e.g. 2014-02-27 00:00:00 -> 2014-02-28 00:00:00), how can I call `tfp.sts.forecast` method?
Referring to electricity demand in the example notebook:
https://github.com/tensorflow/probability/blob/master/tensorflow_probability/examples/jupyter_notebooks/Structural_Time_Series_Modeling_Case_Studies_Atmospheric_CO2_and_Electricity_Demand.ipynb
given the future temperature (e.g. 2014-02-27 00:00:00 -> 2014-02-28 00:00:00), how can I
call
tfp.sts.forecastmethod?