REVIEW 2 major objections 6 minor 52 references
Corrected Support Vector Regression for intraday point forecasting of prices in the continuous power market
T0 review · 2 major / 6 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Corrected SVR, which folds the naive price forecast into its kernel, beats plain SVR, LASSO, Random Forest and the naive benchmark for very short-term German intraday power prices while running faster than the machine-learning rivals.
desk verdict Useful empirical adaptation of a kernel-correction idea to intraday power price forecasting, with a solid but small accuracy gain; the NTK story needs an ablation before it is the headline. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the corrected kernel of Eq. (12): $K^i(x,x') = \exp(-l^i \|x-x'\|_2^2)\cdot \exp(-g|\tilde{P}_t - \tilde{P}_{t'}|^2)$. The first factor is the Laplace kernel with L2 distance (instead of the classical L1); the second is a Gaussian kernel whose input is the standardized naive forecast. The product acts as a data-dependent weight: training days whose last-known prices are far from the current day get down-weighted in the SVR expansion, importing the 'local elasticity' idea from label-aware neural tangent kernels into time-series forecasting. The kernel widths are set from empirical quantiles of pairwise distance matrices, avoiding cross-validation. This corrected kernel is the load-bearing piece that separates cSVR from plain SVR.
What would settle it
A reader could settle the claim by re-running the study with the Gaussian correction factor replaced by a constant, i.e., plain L2-Laplace SVR on the same expert variable sets and hyperparameters: if the reported roughly 2-3 percentage-point rMAE advantage of cSVR at 60-minute lead time does not shrink or reverse, the kernel correction is not the active ingredient.
Extended reading notes
Core claim
The paper's central claim is that a Support Vector Regression whose kernel is multiplied by a Gaussian built on the standardized naive forecast delivers the most accurate very short-term point forecasts of continuous intraday electricity prices among the models tested, and does so at the lowest computational cost. Tested on German 15-minute products across 2020, the weighted-averaged cSVR outperforms plain SVR, LASSO, Random Forest and the naive benchmark, with the largest gains concentrated in morning and evening peak deliveries. At 60-minute lead time and averaged over horizons and deliveries, cSVR's MAE is roughly 3% below the naive forecast, while the best LASSO variant gains only about 0.5%, and plain SVR and Random Forest on average do not beat the naive. The authors attribute this to the kernel correction: by down-weighting pairs of training days whose naive forecasts are far apart, the model reduces the influence of uninformative historical samples. The result matters because very short-term intraday price forecasting has previously been dominated by the naive benchmark, and cSVR is the fastest model in the comparison.
Load-bearing premise
The load-bearing premise is that multiplying the Laplace kernel by a Gaussian built on the standardized naive forecast transfers the label-aware kernel-correction effect from classification to time-series regression, so that down-weighting training days with distant naive forecasts improves out-of-sample accuracy.
Editorial extensions
If this is right
- For a 60-minute lead time, the weighted-averaged cSVR cuts MAE by about 2.9% relative to the naive forecast, while the strongest LASSO variant improves by only about 0.5% and plain SVR and Random Forest on average do not beat the naive.
- The largest gains are in morning and evening peak deliveries, where cSVR beats the naive by more than 5% for many horizon-delivery combinations and by up to 15.5% for the 17:45 delivery at a 480-minute horizon.
- cSVR is the fastest model in the study; LASSO is faster only for very early deliveries and Random Forest is slower in every configuration.
- Using the L2 norm in the Laplace kernel outperforms the classical L1 version, and the best single expert variable set combines exogenous fundamentals with only the most recent price information.
- In Diebold-Mariano tests at the 5% level, cSVR is significantly better than the naive for all forecasting horizons in 79 of 576 delivery-lead-time aggregations, concentrated in morning, evening, and early-night hours.
Reading between the lines
- We infer that the same multiplicative kernel correction could work with other base kernels and other auxiliary forecasts, such as day-ahead or auction prices, whenever the auxiliary series is informative about the target; the paper itself only tests the naive forecast as the correction input.
- We infer that the benefit of the correction will shrink in regimes where the naive forecast is weak, such as very illiquid deliveries or price-spike days, because the Gaussian factor then down-weights training days on the basis of a signal that carries little information.
- A testable extension suggested by the mechanism is to apply the correction to probabilistic or quantile forecasts: because the kernel operates on response-linked distances before any distributional layer, it could sharpen prediction intervals in volatile peak hours without retraining the point forecaster.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper proposes 'corrected support vector regression' (cSVR) for point forecasting of quarter-hourly prices in the German continuous intraday power market. The method multiplies an L2-norm Laplace kernel by a Gaussian kernel built on the standardized naive forecast (Eq. 12), motivated as a label-aware correction inspired by neural tangent kernels and local elasticity. The authors evaluate cSVR on three expert feature sets, with simple and inverse-MAE-weighted forecast averaging that also includes the naive forecast, over a one-year out-of-sample window (2020), for ten forecasting horizons (30-480 minutes), six lead times (30-180 minutes), and all 96 quarter-hourly deliveries. Benchmarks are plain SVR (L1 and L2 norms), LASSO, Random Forest, and the naive forecast. The headline claims are that weighted-averaged cSVR achieves the highest forecast accuracy, with the largest gains for morning and evening peak deliveries, is computationally the fastest among the benchmarks, and is significantly more accurate than the naive forecast for a large proportion of delivery-lead-time-horizon combinations according to a Diebold-Mariano test.
Significance. The study's strengths are its scale, the careful handling of data-availability delays, and the authors' explicit disclosure of hand-picked hyperparameters. If the empirical results hold, cSVR is a useful addition to the intraday forecasting toolbox, particularly because it is competitive while being fast and because the kernel widths are set by data quantiles without cross-validation. The delivery-level resolution of the gains (Figure 15) and the DM-test evidence against the naive benchmark are the most convincing parts of the paper. However, the central methodological novelty claim is not supported by the experiments as designed: the product kernel in Eq. (12) is algebraically an anisotropic Gaussian/RBF kernel, and for feature sets S1 and S3 the naive forecast is already one of the input coordinates (Eqs. 3, 5, 11). The reported gains are therefore consistent with a more modest contribution, namely anisotropic kernel weighting plus ensemble averaging, and the label-aware narrative requires an additional control experiment before it can be accepted.
major comments (2)
- [§3.1.1, Eq. (12); Eqs. (3), (5), (11); Fig. 14] The proposed kernel correction is not identifiable from the reported comparisons. Eq. (12) defines the corrected kernel as exp(-l ||x̃ - x̃'||²) · exp(-g ||P̃_naive - P̃_naive'||²), which equals exp(-l ||x̃ - x̃'||² - g ||P̃_naive - P̃_naive'||²). For the feature sets S1 and S3 (Eqs. 3 and 5), the naive forecast of Eq. (11) is, by construction, an explicit element of the feature vector x, namely the 'last known undifferentiated price' P_{d,T}(m-20). The product kernel is therefore an anisotropic RBF/Gaussian kernel on the same feature space, with an additional weight concentrated on one coordinate; it is not a separate mechanism of the kind the paper describes. Because the comparison between K1 and K4 in Figure 14 changes the kernel metric (isotropic versus anisotropic weighting) as well as the interpretation, the reported improvement does not isolate a label-aware down-weighting effect. The paper should add a control that breaks the link between the correction factor and the response, for example permuting the naive-forecast values across training days (or replacing the naive coordinate with a non-informative one) and checking whether the out-of-sample gain persists. Without such a control, the central novelty claim in Section 5 ('first direct implementation of this idea in time series forecasting') is not established.
- [§4.1, Figs. 16-18; Table 2] The top-line claim that cSVR with averaging 'yields the highest forecast accuracy' among the considered benchmarks rests on point estimates only. The one-sided Diebold-Mariano test is applied exclusively to the comparison of cSVR with the naive forecast, while the comparisons against plain SVR, LASSO, and Random Forest are reported as rMAE differences without significance testing. Given the reported margin against the best alternative benchmark (cSVR w.avg rMAE of -2.9% versus -0.5% for LASSO w.avg in Table 2, averaged over horizons), pairwise DM tests between cSVR and the best competing model would directly support the abstract's claim. With the evidence as presented, 'highest forecast accuracy' is a statement about point estimates rather than about statistically detectable superiority.
minor comments (6)
- [Abstract; Table 3] The claim that cSVR is 'the fastest from the considered benchmarks' is not valid for the earliest deliveries: in Table 3, for delivery 1, LASSO is faster than cSVR for all three reported lead times (e.g., 204.88 s versus 302.85 s at lead time 30). The body of Section 4.1 qualifies this correctly, so the abstract should be rephrased accordingly.
- [§2.2, Eqs. (2)-(3)] The set notation in Eq. (2) is typeset incorrectly (a stray arrow and garbled floor expressions), and Eq. (3) contains 'ˆui =∈ ˆu' instead of 'ˆui ∈ ˆu'; these should be corrected.
- [§3.1.1, Eqs. (13)-(14)] The kernel in Eq. (13) is called a Laplace kernel but uses the L2 norm, which makes it the Gaussian/RBF kernel; the terminology should be clarified to avoid confusion, since the L2 choice is justified only empirically in Figure 14.
- [§3.1, §3.3, §5] The hyperparameters C=1, epsilon=0.1, the correlation thresholds (0.8 for S1, 0.95 for S2), the kernel-width quantile (0.75), the Random Forest size (256 trees, depth 8), and the averaging calibration window (W=7) are all fixed by hand. The authors disclose this in Section 5, but a small sensitivity analysis for the SVR hyperparameters and for W on a subset of cells would demonstrate that the reported model ordering is not an artifact of these choices.
- [§4, test window] The out-of-sample evaluation covers a single year (2020), which includes the COVID-19 price and load patterns; a brief discussion of the representativeness of this test year and the robustness of the conclusions across years would strengthen the generalization claims.
- [End matter] No data or code availability statement is provided; making the code available, even in part, would substantially increase the reproducibility of the study.
Circularity Check
No significant circularity: the cSVR accuracy claim is an empirical out-of-sample comparison, and no prediction reduces to a fitted parameter by construction.
full rationale
The paper's central claim is the out-of-sample forecast accuracy of cSVR against benchmarks. No target-day value enters model fitting: kernel widths are computed from training-window quantiles (Eqs. 17-20), the SVR parameters solve a penalized regression on training days, and the averaging weights are calibrated on a rolling seven-day window preceding each forecast day (Section 4). Thus no fitted input is renamed a prediction. The product kernel in Eq. (12) is algebraically equivalent to an RBF kernel on a feature vector in which the naive forecast coordinate receives extra weight; for sets S1 and S3 the naive forecast P_{d,T}(m-20) is already an element of the feature vector (Eqs. 3 and 5), so the comparison of K1/K3 with K4 varies both the kernel family and the metric and does not isolate the label-aware mechanism. This is a potential confound in attributing the improvement, but it is not a circularity: the reported MAE gains are empirical and are not guaranteed by the construction. The only self-citation, [27], supports a descriptive statement about residual-load price patterns and is not load-bearing. The paper also openly acknowledges hand-picked hyperparameters and the lack of cross-validation (Sections 3.3 and 5), which are correctness and robustness limitations rather than circular steps.
Assumptions & free parameters
free parameters (6)
- SVR cost C =
1
- SVR epsilon =
0.1
- Kernel width quantile p =
0.75
- Correlation filter thresholds =
0.8 (S1), 0.95 (S2)
- Random Forest hyperparameters =
n_estimators=256, max_depth=8
- Averaging weight calibration window W =
7 days
assumptions (6)
- standard math SVR dual formulation and representer theorem are valid for the kernels used.
- standard math Kernels defined in Eqs. (12)-(14) are positive semidefinite and yield valid SVR solutions.
- domain assumption Data availability delays: ENTSO-E data delayed 60 minutes, EPEX continuous prices delayed 20 minutes.
- domain assumption Preprocessing: minutes without trades are filled with the auction intraday price, and trajectories after delivery are extended with the 3-hour average price.
- domain assumption The naive forecast (last known price) is a strong and appropriate auxiliary variable for kernel correction and forecast averaging.
- domain assumption The 2020 test year is sufficiently representative; expanding-window training from 2018-2019 generalizes despite the COVID-19 regime shift.
Cite this review
Pith. "Pith review of Corrected Support Vector Regression for intraday point forecasting of prices in the continuous power market." pith.science (2026). https://pith.science/paper/P43DE6YS
@misc{pith2026241116237,
author = {Pith},
title = {Pith review of: Corrected Support Vector Regression for intraday point forecasting of prices in the continuous power market},
year = {2026},
howpublished = {\url{https://pith.science/paper/P43DE6YS}},
note = {Machine review of arXiv:2411.16237}
}
read the original abstract
In this paper, we develop a new approach to the very short-term point forecasting of electricity prices in the continuous market. It is based on the Support Vector Regression with a kernel correction built on additional forecast of dependent variable. We test the proposed approach on a dataset from the German intraday continuous market and compare its forecast accuracy with several benchmarks: classic SVR, the LASSO model, Random Forest and the na\"{i}ve forecast. The analysis is performed for different forecasting horizons, deliveries, and lead times. We train the models on three expert sets of explanatory variables and apply the forecast averaging schemes. Overall, the proposed cSVR approach with the averaging scheme yields the highest forecast accuracy, being at the same time the fastest from the considered benchmarks. The highest improvement in forecast accuracy is obtained for deliveries in the morning and evening peaks.
Figures
Figures from the paper (15 more)
Reference graph
Works this paper leans on
-
[1]
S. Atef and A. B. Eltawil. A comparative study using deep learning and support vector regression for electricity price forecasting in smart grids. In 2019 IEEE 6th International Conference on Industrial Engineering and Applications (ICIEA), pages 603–607, 2019
work page 2019
-
[2]
Y. Bai, B. Krause, H. Wang, C. Xiong, and R. Socher. Taylorized training: Towards better approximation of neural network training at finite width, 2020
work page 2020
-
[3]
L. Breiman. Random forests. Machine Learning, 45(1):5–32, 2001
2001
-
[4]
C.-C. Chang and C.-J. Lin. Libsvm: A library for support vector machines. ACM Trans. Intell. Syst. Technol. , 2(3), 2011
work page 2011
-
[5]
S. Chen, H. He, and W. J. Su. Label-aware neural tangent kernel: Toward better generalization and local elasticity.CoRR, abs/2010.11775, 2020
work page Pith review arXiv 2010
-
[6]
F. Diebold and R. Mariano. Comparing predictive accuracy.Journal of Business and Economic Statistics , 13(3):253–63, 1995
work page 1995
-
[7]
H. Drucker, C. J. C. Burges, L. Kaufman, A. Smola, and V. Vapnik. Support vector regression machines. In M. Mozer, M. Jordan, and T. Petsche, editors,Advances in Neural Information Processing Systems , volume 9. MIT Press, 1996
work page 1996
- [8]
Show all 52 references
-
[9]
entsoe.eu/
European association for the cooperation of transmission system operators (tsos) for electricity.https://transparency. entsoe.eu/. Accessed: 2021-04-12
2021
-
[10]
Physical flows [12.1.g]
ENTSOE. Physical flows [12.1.g]. https://transparency.entsoe.eu/content/static_content/Static%20content/ knowledge%20base/data-views/transmission-domain/Data-view%20Cross%20Border%20Physical%20Flows.html. Ac- cessed: 2024-03-17. 26
2024
-
[11]
Epex spot sftp server file specifications
EPEX. Epex spot sftp server file specifications. https://www.epexspot.com/sites/default/files/download_center_ files/SFTP_specifications_2020-07.pdf. Accessed: 2024-10-17
2024
-
[12]
https://www.epexspot.com
European Energy Exchange. https://www.epexspot.com. Accessed: 2021-10-25
2021
-
[13]
Accessed: 2024-10-21
Basics of the power market.https://www.epexspot.com/en/basicspowermarket. Accessed: 2024-10-21
2024
-
[14]
S. Fort, G. K. Dziugaite, M. Paul, S. Kharaghani, D. M. Roy, and S. Ganguli. Deep learning versus kernel learning: an empirical study of loss landscape geometry and the time evolution of the neural tangent kernel.CoRR, abs/2010.15110, 2020
2010 arXiv
-
[15]
Geifman, A
A. Geifman, A. K. Yadav, Y. Kasten, M. Galun, D. W. Jacobs, and R. Basri. On the similarity between the Laplace and neural tangent kernels.CoRR, abs/2007.01580, 2020
2007 arXiv
-
[16]
Gianfreda and L
A. Gianfreda and L. Grossi. Forecasting Italian electricity zonal prices with exogenous variables. Energy Economics, 34(6):2228–2239, 2012
2012
-
[17]
Gianfreda, L
A. Gianfreda, L. Parisio, and M. Pelagatti. The impact of RES in the Italian day-ahead and balancing markets.Energy Journal, 37:161–184, 2016
2016
-
[18]
M. C. group. Electricity in germany.https://oec.world/en/profile/bilateral-product/electricity/reporter/deu? redirect=true&yearExportSelector=exportYear3. Accessed: 2024-03-17
2024
-
[19]
He and W
H. He and W. J. Su. The local elasticity of neural networks.CoRR, abs/1910.06943, 2019
1910 arXiv
-
[20]
Hewamalage, C
H. Hewamalage, C. Bergmeir, and K. Bandara. Recurrent neural networks for time series forecasting: Current status and future directions. International Journal of Forecasting , 37(1):388–427, 2021
2021
-
[21]
Hirsch and F
S. Hirsch and F. Ziel. Multivariate simulation-based forecasting for intraday power markets: Modeling cross-product price effects. Applied Stochastic Models in Business and Industry , n/a(n/a), 2024
2024
-
[22]
Hirsch and F
S. Hirsch and F. Ziel. Simulation-based forecasting for intraday power markets: Modelling fundamental drivers for location, shape and scale of the price distribution.The Energy Journal , 45(3):87–124, 2024
2024
-
[23]
T. Hong, P. Pinson, Y. Wang, R. Weron, D. Yang, and H. Zareipour. Energy forecasting: A review and outlook.IEEE Open Access Journal of Power and Energy , 7:376–388, 2020
2020
-
[24]
Hubicka, G
K. Hubicka, G. Marcjasz, and R. Weron. A note on averaging day-ahead electricity price forecasts across calibration windows. IEEE Transactions on Sustainable Energy , 10:321–323, 2019
2019
-
[25]
Jaakkola, M
T. Jaakkola, M. Diekhans, and D. Haussler. Using the Fisher kernel method to detect remote protein homologies. In Proceedings of the Seventh International Conference on Intelligent Systems for Molecular Biology , page 149–158. AAAI Press, 1999
1999
-
[26]
Jacot, F
A. Jacot, F. Gabriel, and C. Hongler. Neural tangent kernel: Convergence and generalization in neural networks.CoRR, abs/1806.07572, 2018
2018 arXiv
-
[27]
Janczura and A
J. Janczura and A. Puć. ARX-GARCH probabilistic price forecasts for diversification of trade in electricity mar- kets—variance stabilizing transformation and financial risk-minimizing portfolio allocation.Energies, 16(2), 2023
2023
-
[28]
Kath and F
C. Kath and F. Ziel. The value of forecasts: Quantifying the economic gains of accurate quarter-hourly electricity price forecasts. Energy Economics, 76:411–423, 2018
2018
-
[29]
Kiesel and F
R. Kiesel and F. Paraschiv. Econometric analysis of 15-minute intraday electricity prices.Energy Economics, 64:77–90, 2017
2017
-
[30]
Kulakov and F
S. Kulakov and F. Ziel. The impact of renewable energy forecasts on intraday electricity prices.Economics of Energy & Environmental Policy, 10, 2021
2021
-
[31]
J. Lago, G. Marcjasz, B. De Schutter, and R. Weron. Forecasting day-ahead electricity prices: A review of state-of-the-art algorithms, best practices and an open-access benchmark.Applied Energy, 293:116983, 2021
2021
-
[32]
Luo and Y
S. Luo and Y. Weng. A two-stage supervised learning approach for electricity price forecasting by leveraging different data sources. Applied Energy, 242(C):1497–1512, 2019
2019
-
[33]
Maciejowska
K. Maciejowska. Assessing the impact of renewable energy sources on the electricity price level and variability – A quantile regression approach. Energy Economics, 85:104532, 2020
2020
-
[34]
Maciejowska, B
K. Maciejowska, B. Uniejewski, and T. Serafin. PCA forecast averaging—predicting day-ahead and intraday electricity prices. Energies, 13(14), 2020
2020
-
[35]
Marcjasz, M
G. Marcjasz, M. Narajewski, R. Weron, and F. Ziel. Distributional neural networks for electricity price forecasting.Energy Economics, 125:106843, 2023
2023
-
[36]
Marcjasz, T
G. Marcjasz, T. Serafin, and R. Weron. Selection of calibration windows for day-ahead electricity price forecasting. Energies, 11(9), 2018
2018
-
[37]
Marcjasz, B
G. Marcjasz, B. Uniejewski, and R. Weron. Beating the naïve—combining LASSO with naïve intraday electricity price forecasts. Energies, 13(7), 2020
2020
-
[38]
C. B. Martinez-Anido, G. Brinkman, and B. Hodge. The impact of wind power on electricity prices.Renewable Energy, 94:474–487, 2016
2016
-
[39]
Narajewski and F
M. Narajewski and F. Ziel. Econometric modelling and forecasting of intraday electricity prices.Journal of Commodity Markets, 19:100107, 2020
2020
-
[40]
Narajewski and F
M. Narajewski and F. Ziel. Ensemble forecasting for intraday electricity prices: Simulating trajectories.Applied Energy, 279:115801, 2020
2020
-
[41]
https://www.next-kraftwerke.com/knowledge/intraday-trading
Intraday trading: Definition, theory and practice. https://www.next-kraftwerke.com/knowledge/intraday-trading. Accessed: 2024-08-11
2024
-
[42]
Nowotarski and R
J. Nowotarski and R. Weron. To combine or not to combine? Recent trends in electricity price forecasting. HSC Research Reports HSC/16/01, Hugo Steinhaus Center, Wroclaw University of Technology, 2016
2016
-
[43]
Pedregosa, G
F. Pedregosa, G. Varoquaux, A. Gramfort, V. Michel, B. Thirion, O. Grisel, M. Blondel, P. Prettenhofer, R. Weiss, V. Dubourg, J. Vanderplas, A. Passos, D. Cournapeau, M. Brucher, M. Perrot, and E. Duchesnay. Scikit-learn: Machine 27 learning in Python. Journal of Machine Learn...
2011
-
[44]
Schölkopf, R
B. Schölkopf, R. Herbrich, and A. J. Smola. A generalized representer theorem. In D. Helmbold and B. Williamson, editors, Computational Learning Theory, pages 416–426, Berlin, Heidelberg, 2001. Springer Berlin Heidelberg
2001
-
[45]
Lassolarscv
scikit-learn. Lassolarscv. https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsCV. html. Accessed: 2024-08-13
2024
-
[46]
Randomforestregressor
scikit-learn. Randomforestregressor. https://scikit-learn.org/stable/modules/generated/sklearn.ensemble. RandomForestRegressor.html. Accessed: 2024-08-13
2024
-
[47]
scikit-learn. Svr. https://scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html. Accessed: 2024-06-16
2024
-
[48]
Serafin, G
T. Serafin, G. Marcjasz, and R. Weron. Trading on short-term path forecasts of intraday electricity prices. Energy Economics, 112:106125, 2022
2022
-
[49]
https://www.entsoe.eu/network_codes/cacm/implementation/sidc/
Single intraday coupling (sidc). https://www.entsoe.eu/network_codes/cacm/implementation/sidc/. Accessed: 2024- 10-21
2024
-
[50]
Tibshirani
R. Tibshirani. Regression shrinkage and selection via the lasso: a retrospective.Journal of the Royal Statistical Society. Series B (Statistical Methodology) , 73(3):273–282, 2011
2011
-
[51]
Tschora, E
L. Tschora, E. Pierre, M. Plantevit, and C. Robardet. Electricity price forecasting on the day-ahead market using machine learning. Applied Energy, 313:118752, 2022
2022
-
[52]
Uniejewski, G
B. Uniejewski, G. Marcjasz, and R. Weron. Understanding intraday electricity markets: Variable selection and very short-term price forecasting using LASSO.International Journal of Forecasting , 35(4):1533–1547, 2019. 28
2019
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.