Time Series Forecasting

408 papers with code • 66 benchmarks • 28 datasets

Time Series Forecasting is the task of fitting a model to historical, time-stamped data in order to predict future values. Traditional approaches include moving average, exponential smoothing, and ARIMA, though models as various as RNNs, Transformers, or XGBoost can also be applied. The most popular benchmark is the ETTh1 dataset. Models are typically evaluated using the Mean Square Error (MSE) or Root Mean Square Error (RMSE).

( Image credit: ThaiBinh Nguyen )

Libraries

Use these libraries to find Time Series Forecasting models and implementations
15 papers
688
5 papers
83
4 papers
7,334
See all 7 libraries.

Hyperparameter Tuning MLPs for Probabilistic Time Series Forecasting

18kiran12/tsbench 7 Mar 2024

Time series forecasting attempts to predict future events by analyzing past trends and patterns.

1
07 Mar 2024

Probing the Robustness of Time-series Forecasting Models with CounterfacTS

lluism/counterfacts 6 Mar 2024

Because most of the training data does not reflect such changes, the models present poor performance on the new out-of-distribution scenarios and, therefore, the impact of such events cannot be reliably anticipated ahead of time.

4
06 Mar 2024

Hybridizing Traditional and Next-Generation Reservoir Computing to Accurately and Efficiently Forecast Dynamical Systems

ravi-chepuri/hybrid_rc_ngrc 4 Mar 2024

Under these conditions, we show for several chaotic systems that the hybrid RC-NGRC method with a small reservoir ($N \approx 100$) can achieve prediction performance rivaling that of a pure RC with a much larger reservoir ($N \approx 1000$), illustrating that the hybrid approach offers significant gains in computational efficiency over traditional RCs while simultaneously addressing some of the limitations of NGRCs.

1
04 Mar 2024

Predicting Outcomes in Video Games with Long Short Term Memory Networks

kittimatechulajata/predicting-outcomes-in-two-player-games-with-lstm 24 Feb 2024

Forecasting winners in E-sports with real-time analytics has the potential to further engage audiences watching major tournament events.

0
24 Feb 2024

DiffPLF: A Conditional Diffusion Model for Probabilistic Forecasting of EV Charging Load

LSY-Cython/DiffPLF 21 Feb 2024

Accordingly, we devise a novel Diffusion model termed DiffPLF for Probabilistic Load Forecasting of EV charging, which can explicitly approximate the predictive load distribution conditioned on historical data and related covariates.

13
21 Feb 2024

Unlocking the Potential of Transformers in Time Series Forecasting with Sharpness-Aware Minimization and Channel-Wise Attention

romilbert/samformer 15 Feb 2024

Transformer-based architectures achieved breakthrough performance in natural language processing and computer vision, yet they remain inferior to simpler linear baselines in multivariate long-term forecasting.

45
15 Feb 2024

Only the Curve Shape Matters: Training Foundation Models for Zero-Shot Multivariate Time Series Forecasting through Next Curve Shape Prediction

cfeng783/gtt 12 Feb 2024

We present General Time Transformer (GTT), an encoder-only style foundation model for zero-shot multivariate time series forecasting.

22
12 Feb 2024

Bellman Conformal Inference: Calibrating Prediction Intervals For Time Series

zitongyang/bellman-conformal-inference 7 Feb 2024

We introduce Bellman Conformal Inference (BCI), a framework that wraps around any time series forecasting models and provides approximately calibrated prediction intervals.

10
07 Feb 2024

Unified Training of Universal Time Series Forecasting Transformers

SalesforceAIResearch/uni2ts 4 Feb 2024

Deep learning for time series forecasting has traditionally operated within a one-model-per-dataset framework, limiting its potential to leverage the game-changing impact of large pre-trained models.

433
04 Feb 2024

Pathformer: Multi-scale Transformers with Adaptive Pathways for Time Series Forecasting

decisionintelligence/pathformer 4 Feb 2024

Multi-scale division divides the time series into different temporal resolutions using patches of various sizes.

69
04 Feb 2024