AutoML Meets Time Series Regression Design and Analysis of the AutoSeries Challenge
Zhen Xu, Wei-Wei Tu, Isabelle Guyon

TL;DR
This paper presents the design, analysis, and results of the AutoSeries challenge, an automated machine learning competition for time series regression across diverse datasets, emphasizing minimal human intervention and continuous model adaptation.
Contribution
It introduces the first AutoML challenge focused on time series regression, showcasing effective automated solutions and analyzing their performance across multiple real-world datasets.
Findings
Participants improved performance significantly over baseline
Feature engineering combined with LightGBM was highly effective
Additional time did not significantly improve results
Abstract
Analyzing better time series with limited human effort is of interest to academia and industry. Driven by business scenarios, we organized the first Automated Time Series Regression challenge (AutoSeries) for the WSDM Cup 2020. We present its design, analysis, and post-hoc experiments. The code submission requirement precluded participants from any manual intervention, testing automated machine learning capabilities of solutions, across many datasets, under hardware and time limitations. We prepared 10 datasets from diverse application domains (sales, power consumption, air quality, traffic, and parking), featuring missing data, mixed continuous and categorical variables, and various sampling rates. Each dataset was split into a training and a test sequence (which was streamed, allowing models to continuously adapt). The setting of time series regression, differs from classical…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Forecasting Techniques and Applications · Data Stream Mining Techniques
MethodsRandom Search
