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

Update statsmodels version to 0.13.0 #269

Closed abalhomaid closed 1 year ago

abalhomaid commented 1 year ago

Kats

Thank you for contributing! Please take a moment to review our contributing guidelines to make the process easy and effective for everyone involved.

Contributor License Agreement ("CLA") In order to accept your pull request, we need you to submit a CLA. You only need to do this once to work on any of Facebook's open source projects.

Complete your CLA here: https://code.facebook.com/cla

Ver: Kats v1.02

PR Description

Other repositories that extract timeseries features like tsfresh==0.19.0 require statsmodels>=0.13, while current version of Kats require statsmodels==0.12.2. Thus, a dependency conflict occurs when installing both packages in the same development environment. I bumped the statsmodels version to 0.13.0.

facebook-github-bot commented 1 year ago

@yangbk560 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

yangbk560 commented 1 year ago

Thanks for the PR. However, upgrading to statsmodels 0.13.0 will break many functionalities in Kats due to many internal changes from statsmodels. Currently we will still remain at 0.12.2