weired x label in model.plot_components(forecast)
Open
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
```
ds y pi lung kid liver
0 2023-05-22 00:00:00 48 48 42 41 49
1 2023-05-22 04:00:00 89 104 83 85 93
2 2023-05-22 06:00:00 111 66 63 76 105
3 2023-05-22 08:00:00 117 42 73 74 95
4 2023-05-22 10:00:00 58 48 51 51 47
```
it seems overlaps in daily image
model = Prophet(yearly_seasonality=True, weekly_seasonality=True, daily_seasonality=True)

Contributor guide
Assessment
This issue has not been assessed yet.