facebook / prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.26k stars 4.51k forks source link

Confidence intervals too wide #1880

Open andrewsx opened 3 years ago

andrewsx commented 3 years ago

Are there any guidelines or suggestions on how I can try to narrow the confidence interval of my yhat forecast?

Thanks!

bletham commented 3 years ago

Could you provide the plot produced by m.plot()? That would be most helpful for diagnosing why the confidence interval is wide.