facebookresearch / Kats

Kats, a kit to analyze time series data, a lightweight, easy-to-use, generalizable, and extendable framework to perform time series analysis, from understanding the key statistics and characteristics, detecting change points and anomalies, to forecasting future trends.
MIT License
4.88k stars 534 forks source link

Statsmodel version issue #264

Closed madhuri1991 closed 1 year ago

madhuri1991 commented 1 year ago

Hi, I ran into multiple issues while running the KatsEnsemble function. I read in closed issues that statsmodels version ==0.12.2 currently supports the Kats package. Although, when I tried to downgrade the statsmodels version from 0.13.2 I'm getting below error. Screen Shot 2022-09-21 at 2 42 22 PM

michaelbrundage commented 1 year ago

That's quite a strange-looking error message, given it contains 0.12.2 in the list of versions. Perhaps try in a clean virtual environment? Is this on Windows or some other platform?