QUESTION: Adding weekday and weekend seasonality for a 15 minute frequency dataset
Aperta
question
- Lingua principale
- Python
- Stelle
- 20.4k
- Fork
- 4.6k
- Merge medio
- 19h 52m
- PR unite (30g)
- 1
Descrizione
I have a question regarding adding custom seasonalities using Prophet in python.
My dataset has a measurement frequency of 15 minutes and I would like to handle weekdays and weekends differently. The docs says that daily seasonality is automatically fit when we have sub-daily data. Is it enough to turn it off by setting `daily_seasonality=False` or will it still fit a daily seasonality.
In terms of adding a custom seasonality, if my input data has a freq of 15 minutes, is the period for weekday and weekend seasonality be `96`?
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.