QUESTION: Adding weekday and weekend seasonality for a 15 minute frequency dataset
Open
question
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
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`?
Contributor guide
Assessment
This issue has not been assessed yet.