facebook / facebook/prophet

weired x label in model.plot_components(forecast)

Open
#2,525 0 comments 0 reactions 0 assignees View on GitHub
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)
![image](https://github.com/facebook/prophet/assets/2363295/5aaeeb30-389c-4c31-8d0f-c6aacc105839)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.