Missing dates in Future
Open
question
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
Hey,
While working on prediction for hourly data i am getting forecasts for only 3 days after i have explicitly used the below to make the future data frame.
'period': (5 * 24),
'freq': '1H'
The training data is until **2022-01-16** so predictions were supposed to be until **2022-01-21** .But the make_future_dataframe is generating dates till **2022-01-19**.
Training data

make_future_dataframe

Contributor guide
Assessment
This issue has not been assessed yet.