Inputting Prophet Into an Optimization Model
Open
question
- Dominant language
- Python
- Stars
- 20.4k
- Forks
- 4.6k
- Avg merge
- 19h 52m
- Merged PRs (30d)
- 1
Description
I am looking to plug the results of my Prophet forecast into an optimization model (linear program).
For that, I am going to need, for each step in the forecast, both the point forecast (which of course Prophet gives me) as well as some information about the probability distribution around the forecast. With this latter item, I will likely need both a measure of variance as well as the shape of the distribution.
Is there any way for me to get this additional information from Prophet?
Contributor guide
Assessment
This issue has not been assessed yet.