NeuralProphet: Explainable Forecasting at Scale
About
We introduce NeuralProphet, a successor to Facebook Prophet, which set an industry standard for explainable, scalable, and user-friendly forecasting frameworks. With the proliferation of time series data, explainable forecasting remains a challenging task for business and operational decision making. Hybrid solutions are needed to bridge the gap between interpretable classical methods and scalable deep learning models. We view Prophet as a precursor to such a solution. However, Prophet lacks local context, which is essential for forecasting the near-term future and is challenging to extend due to its Stan backend. NeuralProphet is a hybrid forecasting framework based on PyTorch and trained with standard deep learning methods, making it easy for developers to extend the framework. Local context is introduced with auto-regression and covariate modules, which can be configured as classical linear regression or as Neural Networks. Otherwise, NeuralProphet retains the design philosophy of Prophet and provides the same basic model components. Our results demonstrate that NeuralProphet produces interpretable forecast components of equivalent or superior quality to Prophet on a set of generated time series. NeuralProphet outperforms Prophet on a diverse collection of real-world datasets. For short to medium-term forecasts, NeuralProphet improves forecast accuracy by 55 to 92 percent.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Demand Forecasting | E-commerce Demand Country 01, Event-Driven Periods | MAE0.559 | 35 | |
| Demand Forecasting | E-commerce Demand Country 02, Event-Driven Periods | MAE0.849 | 28 | |
| Demand Forecasting | E-commerce Center Overall 03 | MAE1.973 | 28 | |
| Demand Forecasting | E-commerce Center Overall 04 | MAE0.933 | 28 | |
| Demand Forecasting | E-commerce Center Overall 01 | MAE0.641 | 28 | |
| Demand Forecasting | E-commerce Demand Country 03, Event-Driven Periods | MAE3.55 | 28 | |
| Demand Forecasting | E-commerce Center 02 Overall | MAE1.623 | 28 | |
| Demand Forecasting | E-commerce Demand Country 04, Event-Driven Periods | MAE2.067 | 28 |