tcassou / causal_impact

Python package for causal inference using Bayesian structural time-series models.
232 stars 32 forks source link

Python 3 support? #3

Closed jhurliman closed 7 years ago

jhurliman commented 7 years ago

I was able to get this working in Python 3 by changing .iteritems() to .items()

tcassou commented 7 years ago

Hi @jhurliman, thanks for sharing! I'll give it a quick try today (hopefully) and let you know.