AutoML Algorithms for Online Generalized Additive Model Selection: Application to Electricity Demand Forecasting

Abstract

Electricity demand forecasting is key to ensuring that supply meets demand lest the grid would blackout. Reliable short-term forecasts may be obtained by combining a Generalized Additive Models (GAM) with a State-Space model, leading to an adaptive (or online) model. A GAM is an over-parameterized linear model defined by a formula and a state-space model involves hyperparameters.Both the formula and adaptation parameters have to be fixed before model training and have a huge impact on the model’s predictive performance. We propose to optimize them using automated Machine Learning. For this purpose, we define an efficient modeling of the search space (namely, the space of the GAM formulae and adaptation parameters) as well as mutation and crossover operators on this space and apply an evolutionary algorithm to select the best parameters. We evaluate our method on short-term French electricity demand forecasting which demonstrates the relevance of the approach.

Cite

Text

Das et al. "AutoML Algorithms for Online Generalized Additive Model Selection: Application to Electricity Demand Forecasting." Proceedings of the Fourth International Conference on Automated Machine Learning, 2025. doi:10.48550/arXiv.2503.24019

Markdown

[Das et al. "AutoML Algorithms for Online Generalized Additive Model Selection: Application to Electricity Demand Forecasting." Proceedings of the Fourth International Conference on Automated Machine Learning, 2025.](https://mlanthology.org/automl/2025/das2025automl-automl/) doi:10.48550/arXiv.2503.24019

BibTeX

@inproceedings{das2025automl-automl,
  title     = {{AutoML Algorithms for Online Generalized Additive Model Selection: Application to Electricity Demand Forecasting}},
  author    = {Das, Keshav and Keisler, Julie and Brégère, Margaux and Durand, Amaury},
  booktitle = {Proceedings of the Fourth International Conference on Automated Machine Learning},
  year      = {2025},
  pages     = {23/1-19},
  doi       = {10.48550/arXiv.2503.24019},
  volume    = {293},
  url       = {https://mlanthology.org/automl/2025/das2025automl-automl/}
}