WillianFuks / tfcausalimpact

Python Causal Impact Implementation Based on Google's R Package. Built using TensorFlow Probability.
Apache License 2.0
593 stars 70 forks source link

'CausalImpact' object has no attribute 'posterior_dist' #66

Closed SaiAditya2595 closed 1 year ago

SaiAditya2595 commented 1 year ago

Hi Willian, I am getting this error ''CausalImpact' object has no attribute 'posterior_dist' while running the notebook. Can you please tell me how to rectify this error?

Tensorflow version 2.9.2

WillianFuks commented 1 year ago

Hi @SaiAditya2595 ,

Unfortunately I couldn't reproduce your error. What version of tfcausalimpact are you using? And what python version?

Do you have a more specific section and line where you are getting this error?

WillianFuks commented 1 year ago

Hi @SaiAditya2595 ,

I've just updated the notebook with some fixes, maybe those will solve your issue as well.

Given the time this issue has been open I'll close it for now, please let me know if you still have any issues so we re-open it.