awslabs / gluonts

Probabilistic time series modeling in Python
https://ts.gluon.ai
Apache License 2.0
4.59k stars 750 forks source link

Change seasonality of "D" to 7, and 52 for "W" #975

Open AaronSpieler opened 4 years ago

AaronSpieler commented 4 years ago

Description

Examples

kaijennissen commented 3 years ago

Any plans to change this in the near future? Because I recently worked with the SeasonalNaivePredictor and daily observations and was surprised that I had to manually set season_length=7 despite the call to get_seasonality(freq) in the __init__-method.

jaheba commented 3 years ago

I agree that we should have a daily seasonality of 7. Are there cases that we are missing, i.e. why was 1 chosen in the first place?

However, my feeling is that there is not such a fitting seasonality for weekly-frequency.