Predicting Power Prices with AI’s Best of Both Worlds

Author: Denis Avetisyan


A new approach combines the power of large-scale forecasting models with traditional regression techniques to deliver more accurate electricity price predictions.

FutureBoosting integrates time series forecasting models with readily available grid production plans and exogenous variables to create a robust feature set for electricity price prediction, acknowledging that even sophisticated frameworks ultimately serve the practical demands of production forecasting.
FutureBoosting integrates time series forecasting models with readily available grid production plans and exogenous variables to create a robust feature set for electricity price prediction, acknowledging that even sophisticated frameworks ultimately serve the practical demands of production forecasting.

This review introduces FutureBoosting, a hybrid AI paradigm leveraging time series foundation models and regression for improved forecasting of non-stationary electricity prices.

Accurate electricity price forecasting remains a persistent challenge due to inherent market volatility and complex dependencies. This is addressed in ‘Regression Models Meet Foundation Models: A Hybrid-AI Approach to Practical Electricity Price Forecasting’, which proposes FutureBoosting-a novel paradigm that synergistically combines the strengths of time series foundation models and regression techniques. By augmenting regression models with forecasted features derived from a frozen time series foundation model, FutureBoosting consistently outperforms both standalone approaches, achieving substantial reductions in forecasting error. Could this hybrid approach unlock more robust and interpretable solutions for a wider range of complex time series forecasting problems?


The Inevitable Failure of Prediction: Why We Still Need Better Forecasts

Efficient operation of energy markets and effective resource allocation are fundamentally reliant on the ability to accurately predict electricity prices. These forecasts are not merely academic exercises; they directly influence decisions made by power generators, utility companies, and consumers alike. Generators utilize price predictions to optimize their bidding strategies and schedule power production, while utilities leverage them to procure energy at the lowest possible cost and maintain grid stability. Moreover, accurate price signals empower consumers to adjust their energy consumption patterns, participating in demand response programs and minimizing costs. Without reliable forecasting, markets experience inefficiencies, leading to suboptimal investment in generation capacity, increased operational costs, and potentially, disruptions in energy supply – highlighting the critical role of precise electricity price prediction in a sustainable and economically viable energy future.

Conventional electricity price forecasting techniques, such as auto-regressive models and standard regression analyses, often fall short due to the dynamic and multifaceted nature of energy markets. These methods typically assume data stationarity and linear relationships, assumptions frequently violated by electricity prices which are influenced by unpredictable factors like weather patterns, fluctuating demand, and the increasing integration of intermittent renewable energy sources. The inherent complexities stem from the non-linear interplay between supply and demand, coupled with the impact of infrequent but significant events – such as generator outages or sudden shifts in fuel costs – which introduce volatility and make accurate predictions difficult. Consequently, these traditional approaches struggle to capture the full range of influences and often exhibit limited accuracy, particularly when forecasting beyond short-term horizons.

Electricity price prediction is notoriously difficult due to the inherent instability of the data itself; unlike many economic indicators, prices don’t consistently revert to a stable mean, a characteristic known as non-stationarity. This volatility is further compounded by increasingly complex market dynamics. The growing integration of renewable energy sources, such as solar and wind, introduces unpredictable fluctuations tied to weather patterns, while the available capacity determined by thermal power auctions-the space for conventional power plants to bid into the market-significantly influences price ceilings and floors. Consequently, models must account for these shifting dependencies; a surge in renewable generation can depress prices, but limited thermal capacity might quickly reverse that trend, demanding a forecasting approach that dynamically adjusts to these interwoven factors and avoids relying on historical patterns that no longer hold true.

Improved day-ahead forecasts from the AI model enable suppliers and consumers to create more effective trading plans, maximizing benefits in the electricity market.
Improved day-ahead forecasts from the AI model enable suppliers and consumers to create more effective trading plans, maximizing benefits in the electricity market.

FutureBoosting: A Hybrid Approach to Delaying the Inevitable

FutureBoosting represents a hybrid forecasting methodology designed to leverage the complementary advantages of time series foundation models and gradient boosting regression. This approach departs from traditional methods by initially employing a foundation model, such as Chronos, to establish a baseline understanding of inherent temporal dynamics within the data. Subsequently, a gradient boosting model – specifically LightGBM – is integrated to refine predictions and incorporate the influence of exogenous variables. This combination allows FutureBoosting to benefit from the foundation model’s capacity to learn complex, non-linear patterns directly from historical time series data, while simultaneously enabling the incorporation of external regressors and improving overall forecast accuracy through the gradient boosting component.

FutureBoosting leverages time series foundation models, such as Chronos, to effectively model the inherent temporal dynamics present in electricity price data. Chronos, pre-trained on extensive historical data, learns robust representations of time series, enabling it to capture complex, non-linear dependencies and recurring patterns – including seasonality, trends, and cyclical behaviors – that traditional statistical methods may struggle to identify. This capability is critical for electricity price forecasting, as prices are significantly influenced by prior values and exhibit intricate temporal relationships. By utilizing these learned representations as input features, FutureBoosting improves the accuracy and reliability of predictions, particularly during periods of high volatility or significant shifts in market conditions.

LightGBM, a gradient boosting framework, is integrated into FutureBoosting to enhance forecasting performance by modeling the residual errors from the time series foundation model and incorporating exogenous variables. These external factors, which may include weather data, demand forecasts, or economic indicators, are not inherently captured by the temporal dependencies learned by Chronos. By training LightGBM on these features alongside the residual errors, the model can account for influences outside of historical price patterns, thereby refining overall forecasting accuracy and reducing bias. The use of a tree-based gradient boosting algorithm also provides interpretability regarding the influence of each external factor on price predictions.

FutureBoosting improves forecasting accuracy by initially predicting unobserved exogenous variables with a Time Series Forecasting Model (TSFM) before integrating them with available data for target prediction.
FutureBoosting improves forecasting accuracy by initially predicting unobserved exogenous variables with a Time Series Forecasting Model (TSFM) before integrating them with available data for target prediction.

Putting Theory to the Test: Validation and Deployment

Comprehensive testing procedures were implemented to validate the performance of FutureBoosting against established forecasting methodologies. Evaluation utilized standard metrics including Mean Squared Error (MSE) and Mean Absolute Error (MAE) across multiple datasets. Results indicate that FutureBoosting consistently outperforms zero-shot Time Series Forecasting Models (TSFMs) and LightGBM. Specifically, on the Shanxi day-ahead forecasting task, FutureBoosting achieved a 45.43% reduction in MSE and a 32.40% reduction in MAE compared to zero-shot TSFMs, and a 6.17% improvement in MSE and 2.97% in MAE compared to LightGBM for real-time forecasting. Additionally, the RealE (France) dataset showed a 16.92% reduction in MSE and 8.41% in MAE when using FutureBoosting as opposed to zero-shot TSFMs.

Deployment and evaluation of FutureBoosting utilized Xingzhixun IoTDB, a time series database specifically engineered for high-volume data ingestion and querying. IoTDB’s architecture, featuring column-oriented storage and optimized time series indexing, was selected to guarantee the system’s scalability for handling large datasets and maintaining consistent performance during forecasting tasks. This database choice also ensures data reliability through features like data replication and fault tolerance, critical for sustained operation in real-world applications and robust evaluation of FutureBoosting’s performance metrics.

Performance evaluations on the Shanxi province forecasting task demonstrate significant improvements with FutureBoosting. Specifically, the system achieved a 45.43% reduction in Mean Squared Error (MSE) and a 32.40% reduction in Mean Absolute Error (MAE) when compared against zero-shot Time Series Forecasting Models (TSFMs). Furthermore, FutureBoosting outperformed the LightGBM model, achieving a 6.17% reduction in MSE and a 2.97% reduction in MAE for real-time forecasting within the same dataset. These results indicate a substantial gain in forecast accuracy for both day-ahead and real-time predictions in the Shanxi region.

Evaluation of FutureBoosting on the RealE (France) dataset demonstrated a significant improvement in forecasting accuracy when compared to zero-shot Time Series Forecasting Models (TSFMs). Specifically, FutureBoosting achieved a 16.92% reduction in Mean Squared Error (MSE) and an 8.41% reduction in Mean Absolute Error (MAE). These results indicate that FutureBoosting provides more accurate predictions for the RealE dataset than the baseline zero-shot TSFMs, highlighting its potential for improved energy forecasting in the French market.

FutureBoosting is applied within Xingzhixun’s IoTDB business server to enhance performance.
FutureBoosting is applied within Xingzhixun’s IoTDB business server to enhance performance.

Decoding the Black Box: What Drives These Predictions?

To decipher the complex predictions of FutureBoosting, a machine learning model forecasting electricity prices, researchers utilized SHAP (SHapley Additive exPlanations) values. This technique dissects the model’s output, assigning each input feature a value representing its contribution to a specific prediction. The analysis revealed that electricity price fluctuations are heavily influenced by the ratio of renewable energy sources in the generation mix, the available capacity in thermal energy auctions, and patterns gleaned from historical price data. Importantly, SHAP values don’t just identify which features matter, but also how each feature pushes the prediction higher or lower, providing a nuanced understanding of the forces shaping electricity markets and allowing for a more transparent interpretation of the model’s behavior.

The analysis of electricity price predictions reveals a nuanced interplay of factors, with the ratio of renewable energy sources emerging as a significant driver of fluctuations. Beyond renewables, the available thermal auction space – reflecting the capacity of conventional power plants to adjust to demand – also exerts considerable influence. Importantly, historical price data proves crucial; patterns and trends from past pricing contribute substantially to forecasting future values. This suggests that electricity pricing isn’t solely determined by immediate supply and demand, but is also shaped by established market behaviors and the evolving contribution of sustainable energy sources, providing valuable insights for strategic planning and risk management within the energy sector.

The ability to discern the primary factors influencing electricity prices delivers substantial benefits to energy stakeholders. By pinpointing which variables – such as the proportion of renewable energy sources, available thermal generation capacity, and past price trends – exert the strongest influence, market participants can refine forecasting models and mitigate risk. This enhanced predictive capability enables more strategic resource allocation, optimizing the deployment of generation assets and ensuring a reliable power supply. Ultimately, a deeper comprehension of these price drivers fosters greater market stability, encouraging investment and promoting a more efficient energy landscape for all involved.

Analysis of the Shanxi electricity spot market in October 2025 reveals substantial price volatility with heavy-tailed distributions and significant differences between day-ahead forecasts and real-time prices.
Analysis of the Shanxi electricity spot market in October 2025 reveals substantial price volatility with heavy-tailed distributions and significant differences between day-ahead forecasts and real-time prices.

The pursuit of elegant forecasting models, as demonstrated by this hybrid approach, inevitably courts future technical debt. FutureBoosting, with its combination of time series foundation models and regression, feels less like a solution and more like a sophisticated deferral of complexity. The article champions feature augmentation, effectively shifting the burden of accurate driver prediction onto the foundation model – a clever move, certainly, but one that merely postpones the inevitable encounter with non-stationary time series realities. As Claude Shannon observed, “Communication is the transmission of information, not the communication of truth.” This research doesn’t necessarily reveal the future of electricity prices, it constructs a more elaborate mechanism for transmitting a probable estimate, fully aware that the system’s stability hinges on a bug being reproducible, not on perfect foresight.

What’s Next?

The coupling of foundation models with established regression techniques, as demonstrated, predictably improves performance on a benchmark. The inevitable question isn’t whether this particular hybrid will outperform existing methods for a defined period, but rather how gracefully it will degrade as market dynamics shift. Non-stationarity, so elegantly acknowledged, isn’t a problem solved by larger models, merely deferred. Future iterations will undoubtedly focus on adaptive weighting schemes and automated re-training pipelines, chasing a moving target of optimal parameter configurations.

A more interesting, though less immediately profitable, avenue lies in understanding why these models succeed – or fail. The augmentation of regression inputs with foundation model forecasts feels intuitively reasonable, yet a rigorous decomposition of predictive power remains elusive. Is the improvement due to genuine capture of complex temporal dependencies, or simply a sophisticated form of feature engineering? The pursuit of interpretability, a perennial challenge, feels particularly urgent here.

One anticipates a proliferation of similar hybrid approaches, each claiming incremental gains. The field will likely cycle through various foundation model architectures and feature engineering techniques. The core problem – forecasting an inherently chaotic system – will remain. If all tests pass, it’s because they test nothing of consequence. The true test will come when these models encounter a black swan event.


Original article: https://arxiv.org/pdf/2603.06726.pdf

Contact the author: https://www.linkedin.com/in/avetisyan/

See also:

2026-03-10 15:47