arundo / adtk

A Python toolkit for rule-based/unsupervised anomaly detection in time series
https://adtk.readthedocs.io
Mozilla Public License 2.0
1.09k stars 145 forks source link

Deprecation from statsmodels #61

Closed tellezsanti closed 4 years ago

tellezsanti commented 4 years ago

You are using statsmodels 0.11, 'freq' is deprecated in the ClassicSeasonalDecomposition() function

Screen Shot 2020-02-05 at 2 57 51 PM

tailaiw commented 4 years ago

Thanks for catching this. Apparently this is something new introduced by the 0.11 release of statsmodels. We will take care of it in the next release.

tailaiw commented 4 years ago

Fixed by #72