Hi. Quick q: Is there any way to work around this ...
# general
a
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
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
Thanks! Cc @Darius Marginean