English

VEST: Automatic Feature Engineering for Forecasting

Machine Learning 2020-10-15 v1 Machine Learning

Abstract

Time series forecasting is a challenging task with applications in a wide range of domains. Auto-regression is one of the most common approaches to address these problems. Accordingly, observations are modelled by multiple regression using their past lags as predictor variables. We investigate the extension of auto-regressive processes using statistics which summarise the recent past dynamics of time series. The result of our research is a novel framework called VEST, designed to perform feature engineering using univariate and numeric time series automatically. The proposed approach works in three main steps. First, recent observations are mapped onto different representations. Second, each representation is summarised by statistical functions. Finally, a filter is applied for feature selection. We discovered that combining the features generated by VEST with auto-regression significantly improves forecasting performance. We provide evidence using 90 time series with high sampling frequency. VEST is publicly available online.

Keywords

Cite

@article{arxiv.2010.07137,
  title  = {VEST: Automatic Feature Engineering for Forecasting},
  author = {Vitor Cerqueira and Nuno Moniz and Carlos Soares},
  journal= {arXiv preprint arXiv:2010.07137},
  year   = {2020}
}

Comments

25 pages, R code available

R2 v1 2026-06-23T19:20:50.172Z