Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 265 Bytes

File metadata and controls

4 lines (3 loc) · 265 Bytes

Backcasting

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.