GoForit-007
Results
2
issues of
GoForit-007
**Describe the issue or bug** A clear and concise description of what the issue or bug is. Please note that this to report demonstrated or suspected issues or bugs with...
bug
Windows
in seasonal_esddecomp = sm.tsa.seasonal_decompose(ts, freq=seasonal) TypeError: seasonal_decompose() got an unexpected keyword argument 'freq' The parameter **'freq'** in 'sm.tsa.seasonal_decompose' should be **'period'**, namely, decomp = sm.tsa.seasonal_decompose(ts, period=seasonal)