Is prophet even good for this type of tasks?
Open
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
I'm working on a forecasting problem where my client has data for around 5 years, but the sales events occur sporadically. These sales events typically last about a week out of a month, and both the dates and lengths of the events can vary widely.
I've been trying to use Prophet to forecast future earnings, but I'm encountering difficulties in capturing the right trends. I attempted to use the holidays functionality in Prophet to model these events, but since they can vary significantly, I'm concerned that Prophet might not be able to make accurate forecasts, maybe a better suit would be a DT, what do you think?
Contributor guide
Assessment
This issue has not been assessed yet.