facebook / facebook/prophet

Producing Monthly Forecasts using 10-year Dataset

Open
#2,308 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

I have a 10-year dataset with daily data that are integers ranging from 0 to 100+.

On certain days, y = 0.

I am looking to produce monthly forecasts for the next 3 years. Should I:

a) Aggregate the data by months before running Prophet? (120 data points); or b) Run Prophet using daily data (3652 data points)

Thanks.

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.