https://github.com/nixtla logo
a

Andrei Tulbure

01/03/2023, 2:14 PM
Hi. Quick q: Is there any way to work around this issue ?
py.warnings WARNING /home/andreitulbure/anaconda3/envs/python-translation/lib/python3.10/site-packages/statsforecast/ets.py:1141: UserWarning: I can't handle data with frequency greater than 24. Seasonality will be ignored.
f

fede (nixtla) (they/them)

01/03/2023, 11:12 PM
hey @Andrei Tulbure! Currently,
AutoETS
does not support seasonalities greater than 24. We are working on extending its functionality. In the meantime, you could try using the
MSTL
model with
trend_forecaster=AutoETS()
(https://nixtla.github.io/statsforecast/examples/multipleseasonalities.html)
a

Andrei Tulbure

01/04/2023, 7:03 AM
Thanks! Cc @Darius Marginean