You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple example of "reverse forecasting" using Prophet
Prophet, by default, is designed to forecast the future. However, with some additional steps, it can backcast the past as well. I illustrate this in the notebook prophet_backcasting.ipynb.