We are looking for a close pythonian implementation of the r library bsts. To be precise, I'm looking for something that allows me to emulate the functionality of 'add_regressor' from fbprophet.
- Have already tried Pybsts (the kernel kept dying), and
- According to a thread on tensorflow_probability Github account, it doesn't support multivariate mode yet.
Any help would be appreciated. Thanks
This blog post from Tensorflow Probability shows how to add an exogenous regressor with the TFP structural time series tools. In particular, check out the usage of the
temperature_effect
variable in the Example: Forecasting Demand for Electricity section!