CausalPy
CausalPy copied to clipboard
ITS: add Bayesian Structural Timeseries model
- This would lead to feature parity with
CausalImpact
I believe. - There is a jax implementation here https://github.com/probml/sts-jax
- There is a tensorflow implementation here https://github.com/WillianFuks/tfcausalimpact
- See the issue I created (https://github.com/pymc-devs/pymc/issues/6284) to bring STS functionality to PyMC. This is probably a blocker for progressing this issue.
- An short term alternative would be to call the jax implementation from within PyMC.