facebook / facebook/prophet

Missing dates in Future

Open
#2,104 1 comment 0 reactions 0 assignees View on GitHub
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
![image](https://user-images.githubusercontent.com/82111288/150372882-88583539-2e71-4f18-acd1-d873115ac7d8.png)

make_future_dataframe
![image](https://user-images.githubusercontent.com/82111288/150374240-51892a10-70a0-4631-8385-142e69d933d9.png)

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.