Next Article in Journal
Impact of Hydraulic System Stiffness on Its Energy Losses and Its Efficiency in Positioning Mechanical Systems
Previous Article in Journal
Performance Evaluation of Solar Energy Cells Using the Interval-Valued T-Spherical Fuzzy Bonferroni Mean Operators
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Locational Marginal Price Forecasting Using SVR-Based Multi-Output Regression in Electricity Markets

by
Sergio Cantillo-Luna
1,†,
Ricardo Moreno-Chuquen
1,*,†,
Harold R. Chamorro
2,
Jose Miguel Riquelme-Dominguez
3 and
Francisco Gonzalez-Longatt
4
1
Faculty of Engineering, Universidad Autónoma de Occidente, Cali 760030, Colombia
2
Department of Electrical Engineering, KTH, Royal Institute of Technology, 11428 Stockholm, Sweden
3
Department of Electrical Engineering, Escuela Tecnica Superior de Ingenieros Industriales, Universidad Politecnica de Madrid, 28006 Madrid, Spain
4
Department of Electrical Engineering, Information Technology and Cybernetics, University of South-Eastern Norway, 3918 Porsgrunn, Norway
*
Author to whom correspondence should be addressed.
These authors contributed equally to this work.
Energies 2022, 15(1), 293; https://doi.org/10.3390/en15010293
Submission received: 20 November 2021 / Revised: 21 December 2021 / Accepted: 27 December 2021 / Published: 1 January 2022

Abstract

:
Electricity markets provide valuable data for regulators, operators, and investors. The use of machine learning methods for electricity market data could provide new insights about the market, and this information could be used for decision-making. This paper proposes a tool based on multi-output regression method using support vector machines (SVR) for LMP forecasting. The input corresponds to the active power load of each bus, in this case obtained through Monte Carlo simulations, in order to forecast LMPs. The LMPs provide market signals for investors and regulators. The results showed the high performance of the proposed model, since the average prediction error for fitting and testing datasets of the proposed method on the dataset was less than 1%. This provides insights into the application of machine learning method for electricity markets given the context of uncertainty and volatility for either real-time and ahead markets.

1. Introduction

Forecasting of LMPs in electricity markets provide valuable information for decision-making. Real-time electricity markets and ahead markets provide a lot of information that can be used appropriately for decision-making purposes. This paper proposes a practical tool to be used to forecast LMPs. The LMPs reflects the cost to supply an additional unit of power in a given location considering the power system operation [1,2].
From an economic perspective, the LMPs represent the value of electricity in each location, and it is used as remuneration/payment of electricity for buyers and sellers [3]. From an operational perspective, the LMPs reflect the restrictions in the transmission system according to the availability of supply resources and demand. Therefore, this value tends to fluctuate over an operating horizon [4]. Hence, LMPs have been a widely used mechanism by many countries due to their already proven incentive schemes compatibility and cost tracking. Thus, it can facilitate decision-making for different scenarios and tasks [5].
Likewise, the LMPs are the shadow prices for real power restrictions for the optimal power flow (OPF) [6]. The OPF is an optimization model to find the most economic dispatch of real power considering the network characteristics, the available generation, demand, and operational restrictions [7,8]. The OPF could be expressed as DCOPF or ACOPF [9] for a single period and multi-period evaluation [10].
Accordingly, the agents participating in electricity markets are making decisions ahead and in real-time. The LMPs are economics signals that reflect the price of electricity and the agents make decisions on investment, trading, buying and selling of electricity based on this valuable information. However, due to the LMPs depending on operational conditions, the LMPs change with variations in the demand patterns, generation resources, and network restrictions.
On the other hand, with the emergence of various machine learning techniques, the use of their complex and nonlinear relationship handling features for different data-driven energy market applications, where complex tasks such as forecasting have produced significant results, which has generated more interest, especially for energy-related economic decision-making applications.

Literature Review

Due to the availability of data in electricity markets, recently a lot of effort has been made towards doing the forecasting with various approaches and targets [11]. Usually, price prediction is used as a forecast target [12]. A price prediction methodology is proposed in [13] using a Kalman Filter approach to provide information for investment. In [14], a comparison between support vector regression (SVR) and random forest (RF) shows that the SVR approach is slightly better for price forecasting. Similarly, hybrid approaches are proposed in [15,16], and they use processing stages in order to get price forecasting. In [17], a hybrid learning method is applied to do load forecasting based on neural network with particle swarm optimization. Another forecast target includes power generation of gas turbines [18]. In addition, deep neural networks have been used as an approach to forecast electricity prices [19,20].
LMPs forecasting have been recently explored in [21], and the authors present a methodology based on processing data through various algorithms. In [22], the authors present an ensemble approach based on the components of energy, congestion, and losses to forecast LMPs using three separate modules. Some electricity markets use price zones to remunerate electricity, so, in [22], the authors propose a non-parametric model to predict price and demand simultaneously. On the other hand, clustering approaches have been used to find groups of LMPs as prices zones given the relevance of LMPs in the electricity markets [23,24].
In this paper, we propose to use a direct method to forecast LMPs using the active power demand of each bus in a power system with a tool based on a multi-output approach based on support vector-based regression. Due to our method using only one stage, it can be used straightforwardly for data sets for real-time applications and offline applications with different purposes. We generate all required data with a stochastic approach using an ACOPF model in order to test the proposed tool.
This paper is organized as follows: a brief introduction of the proposed tool development, including the background for SVR for single and multiple outputs, is presented in Section 2. Section 3 presents and discusses the forecasting results of the tool for a test power system. Section 4 draws the conclusions.

2. Materials and Methods

The scope of this article deals with the development of a tool based on support vector machines regression models, with special focus on a multi-output approach, all fed with data obtained from stochastic processes coming from an AC-OPF model. A detailed description of the main features of this approach is given below.

2.1. Support Vector Machine: Regression (SVR)

Support vector machines can also be used as a regression method, maintaining all the main features that characterize this algorithm. For this purpose, since the output can have infinite values (since they are real numbers) unlike the classification variant, the support vectors now play the role of establishing a tolerance margin as shown in Figure 1 (denoted by epsilon— ε ) that allows the algorithm to contain the data between its margins [25]. However, the main idea is based on: minimizing the error and individualizing the hyperplane that maximizes the margin, considering that part of the error is tolerated [26] in order to get better generalization.
Single-output regression is considered as the search for the mapping between an input vector x R d (d is a dimension of vector x) and an observable output y R from a given set of independent and identically distributed samples (defined by N) based on statistical learning theory [27] and through a regression function f ( x ) . For this search, this technique solves the minimization problem as a structural risk function presented in Equations (1) and (2):
min w , b , ξ 1 2 w 2 + C i = 1 N ( ξ i + ξ i * )
s . t . y i ( w · ϕ ( x i ) + b ) ε + ξ i ( w · ϕ ( x i ) + b ) y i ε + ξ i * ξ , ξ * 0
where w (weight vector) and b (bias constant) correspond to the fitting parameters of the regression function f ( x ) , ϕ ( x ) denotes a nonlinear transfer function mapping model inputs into a higher dimensional space (in this case, it is due to the ACOPF solution nonlinearity), ξ i and ξ i * are the control or slack variables of the error committed by the regression function when approximating an i-th sample, and C determines the balance between the regularity of f ( x ) and the tolerance to deviations more significant than ε . In practice, this means that both epsilon and C are hyper-parameters to be tuned in this method prior to its deployment since their values do not depend on optimization problem solving.
On the other hand, expressions presented in (2) correspond to optimization problem constraints. In this case, refer to the support vectors and the attached margin (i.e., dotted lines in Figure 1). Likewise, the values of slack variables ξ and ξ i * cannot be less than zero (expressed as distances between actual and predicted values).
Since it is an optimization problem, the solution of the primal problem presented in (1) and (2) simultaneously involves the solution of a dual problem associated with the value of the constraints, which is of great interest for this method. This is due to the constraints referring to the support vectors and the slack variables. In this way, the desired function would be obtained without depending on the resolution of the problem on the dimension d in which our input examples x are found and would depend only on the support vectors [28]. The description of the dual problem obtained by means of the Lagrangian method and Karush–Kuhn–Tucker (KKT) conditions is expressed in Equations (3) and (4):
max 1 2 i , j = 1 N ( α i α i * ) ( α j α j * ) K ( α i , α j ) ε i = 1 N ( α i + α i * ) + i = 1 N y i ( α i α i * )
s . t . i = 1 N ( α i α i * ) = 0 0 α i , α i * C
where α and α * are the dual variables associated with the constraints that can take values greater than zero and less than the penalty hyperparameter C, K ( α i , α j ) corresponds to the application of a kernel function (well-known as kernel trick) that satisfies Mercer’s conditions and transforms the nonlinear data into a higher dimensional feature space to make a linear separation possible [29]. For this case, a Gaussian radial basis function (G-RBF) [30] as expressed in Equation (5) was used:
K ( α i , α j ) = exp x i x j 2 2 σ 2
From the dual problem, it is possible to extract an expression of the prediction function under the support vectors and kernel dependence conditions mentioned above, as presented in Equation (6):
f ( x ) = i = 1 N ( α i α i * ) K ( α i , α j ) + b

2.2. Multi-Output Regression with SVR

Multi-output regression (regardless of the individual machine learning technique involved) aims at fitting using many individual regressors from an input space x with multiple variables or patterns to an equally multivariate output space y, where both variable spaces must be numerical.
Therefore, when performing a multiple-output regression case using support vector machines, it is possible to extend the single-output SVR definition in this case. For this purpose, it is now considered that the regression output has M dimensions, such that y R M . This consideration modifies the objective function of the single-output SVR optimization problem as seen in Equation (7), since it implies that the parameters w, ξ , and b have increased their dimensional spaces:
min w , b , ξ & j = 1 M 1 2 w j 2 + C i = 1 N ( ξ i + ξ i * )
It is important to emphasize that the duality, nonlinearity (kernel trick) and support vector dependence conditions of the single approach of this method apply in the same way to the SVR-based multi-output regressor. However, a dimensional space adjustment on the variables is required. On the other hand, a further examination reveals that this approach is equivalent to m single output optimization problems. In other words, the regression problem solution can be decoupled among the different output variables.

2.3. AC-OPF Synthetic Data

The development of the proposed model required a dataset related to different operating scenarios of any power system. This means that the solution of the optimization problem corresponding to the single-period AC optimal power flow is used to obtain the LMP values from its dual problem.
Therefore, in order to perform different power system operating scenarios (i.e., a dataset), different active power load patterns have been generated using Monte Carlo simulations with bounded uniform distribution functions by their base value. It is important to highlight that the buses that do not initially present active power load (i.e., 0 MW), so their uniform distribution does not modify this condition.
The obtained active power load data have been incorporated to the power system in order to perform its AC-OPF and thus obtain the corresponding LMP values of each bus-related with each operating scenario. All operating scenarios have been performed through MATLAB in conjunction with the MATPOWER platform towards the dataset creation as shown in Figure 2.
Hence, n operating scenarios of an i-bus power system produce a dataset with n rows and 2 i columns (i.e., bus active power load and LMP data).

2.4. Tool Development

In order to perform the multiple and simultaneous bus LMP predictions, we develop a tool that uses a multi-output regressor based on support vector machines (multi-output SVR) implemented through the scikit-learn Python library. In this model, the input vector x corresponds to the different active power load values of each power system bus, and the output vector y refers to the LMP value corresponding to each bus. Figure 3 shows the model scheme and its interaction with all data.
All AC-OPF synthetic data have been randomly divided into two sets, one of them with 85% for hyperparameter tuning with cross-validation and model fitting tasks, and the other set with the remaining 15% only for testing. This approach is well-known as a validation set method [31].
After splitting, in order to identify and select proper hyperparameters (i.e., hyperparameter tuning) for SVR, the cross-validation random search is used. Let C { C 1 , C 2 , C 3 , , C m } and ε { ε 1 , ε 2 , ε 3 , , ε n } where m and n refer to the number of C and epsilon values to be considered. For different random combinations { C , ε } , the mean absolute error (since it is less susceptible to atypical data) in the training dataset is calculated to determine the better hyperparameters combination for model fitting with these same data.
Following model fitting, in order to assess the forecasting performance of the proposed tool under new power system operating scenarios, tests have been carried out with test data (i.e., unseen data). To perform this assessment, the following regression performance metrics that allows multi-output and have been focused on these issues were included: R-squared ( R 2 ) [20], mean square error ( M S E ) [32] mean absolute error ( M A E ) [2,20], and mean absolute percentage error ( M A P E ) [33], which are defined in Equations (8)–(11):
R 2 = 1 ( y ^ y ) 2 ( y y ¯ ) 2
M S E = 1 N i = 1 N ( y i y ^ i ) 2
M A E = 1 N i = 1 N y i y ^ i
M A P E = 1 N i = 1 N y i y ^ i y i 100 %
where y is the actual value (real), y ^ represents the forecasted value, and y ¯ belongs to the forecasted values mean. The R-squared metric is used to quantify the correlation between the data predicted by the proposed model and the actual data. The ideal correlation corresponds to the unit value, so a value of r-squared close to 1 indicates an accurate estimate, which is an intuitive metric of analysis.
Moreover, the other performance metrics (MSE, MAE, and MAPE) provide different model error dimensions (relative and absolute) related to the LMP prediction in order to perform a better analysis. However, since this approach presents an individual (all operational scenarios for one bus) and collective approach (one operational scenario for all buses), which were analyzed separately for a better comprehension. A summary of this entire development process is shown in Figure 4.

3. Results and Discussion

In order to test the proposed tool based on machine learning approach through an SVM-based multi-output regressor, a test IEEE power system is used to generate different operational scenarios with variations through a stochastic process simulation of bus loads, then solve the OPFs to obtain the corresponding LMPs. All this information (i.e., bus loads and LMPs) has been created in order to generate a dataset for fitting and testing of the proposed tool. The following subsections provide a comprehensive analysis of each result in order to observe the tool performance in different operating scenarios.
All simulations were completed by a computer (PC) running Windows® with an Intel® Core I5+ 8300H processor @2.3 GHz with 12.00 GB RAM, using MATLAB® R2021a (9.10.0.1602886) [34] under the MATPOWER 7.1 platform [35] for active power load and LMP synthetic data creating, and Google® Colab under Scikit-learn 0.24 Python library [36] for data processing, fitting, and testing.

3.1. Case Description

The power system used for the deployment of this tool is the IEEE RTS 118-bus power system according to [37]. Thus, all described power system parameters belong to the test case included in MATPOWER. The one-line diagram for this system is shown in Figure 5.
This test power system mainly includes 54 committed generator units, 99 load buses all with active and reactive power load, and 186 transmission branches. The summary of this power system is presented in Table 1.

3.2. Active Power Load Data

Since the power system that was chosen for this test has 118 buses and 1000 different operating scenarios have been considered, Monte Carlo simulations fed by discrete uniform functions bounded by ±50% of their base active power load value of each bus were used in order to create the corresponding scenarios.
Therefore, after including and performing this bus load data in the AC-OPF in order to obtain the LMPs for each scenario, the structure of this dataset contained 1000 rows and 256 columns (i.e., 118 active power and 118 LMP values per scenario). The results of this process are shown in Figure 6.
It is important to highlight that all datasets have been randomly divided into two sets, one of them with 85% (i.e., 850 samples) of the data for hyperparameter tuning and model fitting, and the other set with the remaining 15% (i.e., 150 samples) only for testing.

3.3. Tuning Model Hyper-Parameters

The tuning parameters in the proposed tool, as mentioned above, were the C and ε values, since it is based on an SVR algorithm. Therefore, we used a randomized search by cross-validation to tune the hyperparameters’ combination with the best performance (i.e., lower mean absolute error, which, for this case, was 0.0791) with training data. The selected hyperparameter set for this tool is presented in Table 2.
After model hyperparameter tuning and its fitting, in order to assess forecasting performance of the proposed tool under new operating scenarios, trials have been performed with test data. As mentioned above, the results of these tests present two approaches (i.e., one operating scenario with all system buses, and one system bus with all proposed operating scenarios), which are presented below.

3.4. Results: All-Bus Approach

The LMP forecasting (red bars) with the proposed tool considering all power system buses for only one test operating scenario, as that presented in Figure 7, is close to the real LMP values (blue bars), with a trend to be lower than the real ones (e.g., buses 1–19, 21–39, among others). However, some buses have gone against this trend, mostly in those where it is comparatively low-priced to transmit energy (e.g., buses 81, 92–96, among others). However, these lags are not higher than ±1.4% of the real LMP value (±0.25 USD/kWh approx).
It is important to highlight that these lower LMP trends are slightly more repeated in the proposed operational scenarios (i.e., greater than 54% of all buses for all samples). In other words, the proposed tool tends to indicate somewhat cheaper LMPs than they really are.
Therefore, evidence of these trends can be clearly seen in the relative error percentage calculation without using absolute value, since the direction of the prediction error can be differentiated. Figure 8 shows for this operating scenario the relative error calculation approach. For this case, 100 out of 118 buses was negative, which means that the magnitude of the forecast is smaller than the real LMP data.

3.5. Results: One-Bus Approach

On the other hand, in relation to the one-bus approach related with only power system bus in all test operating scenarios, it can be seen that the individual buses have been predicted closely. Therefore, the individual SVR components of the multi-output regressor perform well according to the needs of each bus LMP value (together with all-buss approach findings) as shown in Figure 9.
For this approach, it is evident that the individual SVR modules present some lags with extreme values of LMP for all buses (a common drawback in regression tasks with or without time dependence) that have a negative impact on performance metrics. However, these regressors (red line) are able to replicate both increasing and decreasing behaviors of LMP (blue line) according to the active load variation in each bus. This does not mean that the predicted LMP values are far from the actual power system operation.

3.6. Evaluation of Forecasting Accuracy

For the proposed LMP forecasting tool, the regression metrics results for training and test datasets are shown in Table 3.
In this case, the metrics shows that the proposed tool performance is good given that shown by the coefficient of determination R 2 , which is quite close to 1 (greater than 0.9 for both training and test sets). In other words, the LMP-active power load ratio with the proposed model can explain more than 90% of the total variation of the data, so that the forecasting performed with this model has been very close to the real values.
This appreciation is directly related to the presented by the MAE metric, which is close to zero for both training and test datasets (0.006 and 0.008, respectively). Therefore, the variance and bias values of the proposed multi-output model are small, which could indicate a fairly accurate prediction.
On the other hand, the MAE and MAPE metrics directly indicate the gap between the prediction and the data. For this case, MAE indicates that there is an average absolute mismatch of about 0.06 USD/kWh, which corresponds to about 0.16% average error of the LMP values as shown by the MAPE metric. This evidence accompanies all the previous analysis of the other metrics, which validates the high performance of the proposed regression model on the LMP data.
These results show the high performance of regression models using machine learning for some key tasks related to the energy sector, so that different research scenarios can be generated according to the technique used or the specific application (e.g., other market approaches, economic variables, among others). On the other hand, this type of tool facilitates different stakeholders in the sector to have greater certainty for making decisions related to energy (buying, selling, and investing).

4. Conclusions

This paper has presented a tool based on machine learning techniques as SVR for forecasting LMP of each bus of a power system using only its active power load. In other words, it has been obtained in a straightforward way unlike other classical methods specialized in this task (use hybrid approaches). This feature can make it easier to get access to this information.
Likewise, the results yielded by this tool, due to the low absolute and relative error percentages presented in the metrics above, support its high performance, generating more confidence to address scalability scenarios of this tool applied with other regression machine learning or deep learning techniques, as well as other power system topologies. Likewise, the agents interested in knowing this information could have a framework that allows them to make bidding decisions with less uncertainty, especially in scenarios of energy decentralization.
On the other hand, it is important to mention that the development and testing of this tool have been carried out from the approach of non-precondition-dependent and immediate operational scenarios (i.e., single-period ACOPF). Therefore, it is recommended to expand the scope to longer-term and time-dependent operational scenarios (i.e., multi-period ACOPF) to feed this type of tools in order to test its robustness and effectiveness in other contexts.

Author Contributions

Conceptualization, R.M.-C.; methodology, S.C.-L. and R.M.-C.; software, S.C.-L.; validation, S.C.-L. and R.M.-C.; formal analysis, S.C.-L., H.R.C.; investigation, S.C.-L., R.M.-C., J.M.R.-D.; data curation, S.C.-L.; writing—original draft preparation, S.C.-L., R.M.-C. and F.G.-L.; writing—review and editing, S.C.-L., H.R.C., R.M.-C., J.M.R.-D.; visualization, S.C.-L.; supervision, R.M.-C., F.G.-L.; funding acquisition, F.G.-L. All authors have read and agreed to the published version of the manuscript. All authors have read and agreed to the published version of the manuscript.

Funding

This research received no external funding.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data that support the tool development are available from the corresponding author, by prior request.

Acknowledgments

The authors would like to thank the support of the Universidad Autónoma de Occidente in Cali, Colombia. J. M. Riquelme-Dominguez’s visit to the DIgEnSys-Lab has been supported by the research project funded by the Spanish National Research Agency/Agencia Estatal de Investigacion, Grant No. PID2019-108966RB-I00/AEI/10.13039/501100011033.

Conflicts of Interest

The authors declare no conflict of interest.

Abbreviations

The following abbreviations are used in this manuscript:
ACOPFAC Optimal Power Flow
DCOPFDC Optimal Power Flow
LMPLocational Marginal Price
MAEMean Absolute Error
MAPEMean Absolute Percentage Error
MSEMean Squared Error
OPFOptimal Power Flow
SVRSupport Vector Regression

References

  1. Orfanogianni, T.; Gross, G. A General Formulation for LMP Evaluation. IEEE Trans. Power Syst. 2007, 22, 1163–1173. [Google Scholar] [CrossRef]
  2. Zheng, K.; Wang, Y.; Liu, K.; Chen, Q. Locational Marginal Price Forecasting: A Componential and Ensemble Approach. IEEE Trans. Smart Grid 2020, 11, 4555–4564. [Google Scholar] [CrossRef]
  3. Nesti, T.; Moriarty, J.; Zocca, A.; Zwart, B. Large fluctuations in locational marginal prices. Philos. Trans. R. Soc. A 2021, 379, 20190438. [Google Scholar] [CrossRef] [PubMed]
  4. Nizharadze, N.; Soofi, A.F.; Manshadi, S.D. Learning the Gap in the Day-Ahead and Real-Time Locational Marginal Prices in the Electricity Market. arXiv 2020, arXiv:2012.12792. [Google Scholar]
  5. Yang, Y.; Tan, Z.; Yang, H.; Ruan, G.; Zhong, H. Short-Term Electricity Price Forecasting based on Graph Convolution Network and Attention Mechanism. arXiv 2021, arXiv:2107.12794. [Google Scholar]
  6. Wood, A.; Wollenberg, B. Power Generation, Operation and Control, 2nd ed.; Wiley: New York, NY, USA, 2021. [Google Scholar]
  7. Wu, M.; Lu, Z.; Chen, Q.; Zhu, T.; Lu, E.; Lu, W.; Liu, M. A Two-Stage Algorithm of Locational Marginal Price Calculation Subject to Carbon Emission Allowance. Energies 2020, 13, 2510. [Google Scholar] [CrossRef]
  8. Moreno, R.; Obando, J.; Gonzalez, G. An integrated OPF dispatching model with wind power and demand response for day-ahead markets. Int. J. Electr. Comput. Eng. 2019, 9, 2794–2802. [Google Scholar] [CrossRef]
  9. Larrahondo, D.; Moreno, R.; Chamorro, H.R.; Gonzalez-Longatt, F. Comparative Performance of Multi-Period ACOPF and Multi-Period DCOPF under High Integration of Wind Power. Energies 2021, 14, 4540. [Google Scholar] [CrossRef]
  10. Moreno-Chuquen, R.; Cantillo, S. Assessment of a Multiperiod Optimal Power Flow for Power System Operation. Int. Rev. Electr. Eng. 2020, 15, 484–492. [Google Scholar] [CrossRef]
  11. BiswajitDebnath, K.; Mourshed, M. Forecasting methods in energy planning models. Renew. Sustain. Energy Rev. 2018, 88, 297–325. [Google Scholar] [CrossRef] [Green Version]
  12. Lago, J.; Ridder, F.D.; Vrancx, P.; Schuttera, B.D. Forecasting day-ahead electricity prices in Europe: The importance of considering market integration. Appl. Energy 2018, 211, 890–903. [Google Scholar] [CrossRef]
  13. Anwar, M.B.; Stephen, G.; Dalvi, S.; Frew, B.; Ericson, S.; Brown, M.; O’Malley, M. Modeling investment decisions from heterogeneous firms under imperfect information and risk in wholesale electricity markets. Appl. Energy 2021, 306, 117908. [Google Scholar] [CrossRef]
  14. Kara, M.; Atici, K.B.; Ulucan, A. Price and Volatility Forecasting in Electricity with Support Vector Regression and Random Forest. In Applied Operations Research and Financial Modelling in Energy; Springer: Berlin/Heidelberg, Germany, 2021. [Google Scholar] [CrossRef]
  15. Cheng, H.; Ding, X.; Zhou, W.; Ding, R. A hybrid electricity price forecasting model with Bayesian optimization for German energy exchange. Int. J. Electr. Power Energy Syst. 2019, 100, 653–666. [Google Scholar] [CrossRef]
  16. Fan, S.; Mao, C.; Chen, L. Next,-day electricity-price forecasting using a hybrid network. IET Gener. Transm. Distrib. 2007, 1, 176–182. [Google Scholar] [CrossRef]
  17. Wang, D.; Yue, C.; ElAmraouid, A. Multi-step-ahead electricity load forecasting using a novel hybrid architecture with decomposition-based error correction strategy. Chaos Solitons Fractals 2021, 152, 111453. [Google Scholar] [CrossRef]
  18. Manasis, C.; Assimakis, N.; Vikias, V.; Ktena, A.; Stamatelos, T. Power Generation Prediction of an Open Cycle Gas Turbine Using Kalman Filter. Energies 2020, 13, 6692. [Google Scholar] [CrossRef]
  19. Marcjasz, G. Forecasting Electricity Prices Using Deep Neural Networks: A Robust Hyper-Parameter Selection Scheme. Energies 2020, 13, 4605. [Google Scholar] [CrossRef]
  20. Hong, Y.Y.; Taylar, J.V.; Fajardo, A.C. Locational marginal price forecasting in a day-ahead power market using spatiotemporal deep learning network. Sustain. Energy Grids Netw. 2020, 24, 100406. [Google Scholar] [CrossRef]
  21. Chen, Q.; Guo, H.; Zheng, K.; Wang, Y. LMP Forecasting and FTR Speculation. In Data Analytics in Power Markets; Springer: Berlin/Heidelberg, Germany, 2021. [Google Scholar] [CrossRef]
  22. Bernardi, M.; Lisi, F. Point and Interval Forecasting of Zonal Electricity Prices and Demand Using Heteroscedastic Models: The IPEX Case. Energies 2020, 13, 6191. [Google Scholar] [CrossRef]
  23. Colella, P.; Mazza, A.; Bompard, E.; Chicco, G.; Russo, A.; Carlini, E.M.; Caprabianca, M.; Quaglia, F.; Luzi, L.; Nuzzo, G. Model-Based Identification of Alternative Bidding Zones: Applications of Clustering Algorithms with Topology Constraints. Energies 2021, 14, 2763. [Google Scholar] [CrossRef]
  24. Chuquen, R.M.; Chamorro, H.R. Graph Theory Applications to Deregulated Power Systems; Springer International Publishing: Berlin, Germany, 2021. [Google Scholar] [CrossRef]
  25. Ahmad, W.; Ayub, N.; Ali, T.; Irfan, M.; Awais, M.; Shiraz, M.; Glowacz, A. Towards Short Term Electricity Load Forecasting Using Improved Support Vector Machine and Extreme Learning Machine. Energies 2020, 13, 2907. [Google Scholar] [CrossRef]
  26. Xu, S.; An, X.; Qiao, X.; Zhu, L.; Li, L. Multi-output least-squares support vector regression machines. Pattern Recognit. Lett. 2013, 34, 1078–1084. [Google Scholar] [CrossRef]
  27. Ma, Z.; Zhong, H.; Xie, L.; Xia, Q.; Kang, C. Month ahead average daily electricity price profile forecasting based on a hybrid nonlinear regression and SVM model: An ERCOT case study. J. Mod. Power Syst. Clean Energy 2018, 6, 281–291. [Google Scholar] [CrossRef]
  28. Hong, W.C.; Fan, G.F. Hybrid Empirical Mode Decomposition with Support Vector Regression Model for Short Term Load Forecasting. Energies 2019, 12, 1093. [Google Scholar] [CrossRef] [Green Version]
  29. Fu, T.; Zhang, S.; Wang, C. Application and research for electricity price forecasting system based on multi-objective optimization and sub-models selection strategy. Soft Comput. 2020, 24, 15611–15637. [Google Scholar] [CrossRef]
  30. Atef, S.; Eltawil, A.B. A Comparative Study Using Deep Learning and Support Vector Regression for Electricity Price Forecasting in Smart Grids; IEEE: Piscataway, NJ, USA, 2019. [Google Scholar] [CrossRef]
  31. Kuhn, M.; Johnson, K. Applied Predictive Modeling; Springer: New York, NY, USA, 2013; Volume 26. [Google Scholar]
  32. Azam, M.F.; Younis, S. Multi-Horizon Electricity Load and Price Forecasting using an Interpretable Multi-Head Self-Attention and EEMD-Based Framework. IEEE Access 2021, 9, 85918–85932. [Google Scholar] [CrossRef]
  33. Zhang, Z.; Wu, M. Real-time Locational Marginal Price Forecasting Using Generative Adversarial Network. In Proceedings of the 2020 IEEE International Conference on Communications, Control, and Computing Technologies for Smart Grids, Tempe, AZ, USA, 11–13 November 2020. [Google Scholar]
  34. The Mathworks, Inc. Matlab Version 9.10.0.1602886 (R2021a); The Mathworks, Inc.: Natick, MA, USA, 2021. [Google Scholar]
  35. Zimmerman, R.D.; Murillo-Sánchez, C.E. Matpower (Version 7.1) [Software]. Zenodo. Available online: https://zenodo.org/record/4074135#.Yc6JdlkRWNI (accessed on 15 October 2021).
  36. Pedregosa, F.; Varoquaux, G.; Gramfort, A.; Michel, V.; Thirion, B.; Grisel, O.; Blondel, M.; Prettenhofer, P.; Weiss, R.; Dubourg, V.; et al. Scikit-learn: Machine Learning in Python. J. Mach. Learn. Res. 2011, 12, 2825–2830. [Google Scholar]
  37. Department of Electrical Engineering, University of Washington. Power Systems Test Case Archive; Department of Electrical Engineering, University of Washington: Washington, DC, USA, 2021; Available online: http://labs.ece.uw.edu/pstca/ (accessed on 15 October 2021).
Figure 1. Support vector regression: ε margins.
Figure 1. Support vector regression: ε margins.
Energies 15 00293 g001
Figure 2. OPF synthetic data creation process.
Figure 2. OPF synthetic data creation process.
Energies 15 00293 g002
Figure 3. SVM-Based Multi-output regression structure.
Figure 3. SVM-Based Multi-output regression structure.
Energies 15 00293 g003
Figure 4. Tool development process.
Figure 4. Tool development process.
Energies 15 00293 g004
Figure 5. IEEE 118-bus test power system.
Figure 5. IEEE 118-bus test power system.
Energies 15 00293 g005
Figure 6. Bus active power load and LMP data produced with Monte Carlo simulations.
Figure 6. Bus active power load and LMP data produced with Monte Carlo simulations.
Energies 15 00293 g006
Figure 7. LMP Forecasting of all buses in a single iteration.
Figure 7. LMP Forecasting of all buses in a single iteration.
Energies 15 00293 g007
Figure 8. Relative forecasting error of a multi-output SVR regressor.
Figure 8. Relative forecasting error of a multi-output SVR regressor.
Energies 15 00293 g008
Figure 9. Comparison of predicted (red) and actual (blue) LMP values for some specific buses.
Figure 9. Comparison of predicted (red) and actual (blue) LMP values for some specific buses.
Energies 15 00293 g009
Table 1. System summary for the IEEE 118-bus power system.
Table 1. System summary for the IEEE 118-bus power system.
Active Power (MW)Reactive Power (MVAr)
Generators54Generation capacity9966.2−7345.0–11,777.0
Load buses99Current generation4319.4388.3
Transmission branches186Total load4242.01438.0
Transformers11Branch losses77.4483.5
Table 2. SVR-based multi-output regressor hyperparameters.
Table 2. SVR-based multi-output regressor hyperparameters.
HyperparameterValue
C1.0
ε 0.1
Table 3. Analysis of different metrics applied to the SVR-based multi-output regression tool.
Table 3. Analysis of different metrics applied to the SVR-based multi-output regression tool.
DatasetMSEMAEMAPER2 Score
Training0.00640.06230.15800.9004
Test0.00830.06790.17220.9192
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Cantillo-Luna, S.; Moreno-Chuquen, R.; Chamorro, H.R.; Riquelme-Dominguez, J.M.; Gonzalez-Longatt, F. Locational Marginal Price Forecasting Using SVR-Based Multi-Output Regression in Electricity Markets. Energies 2022, 15, 293. https://doi.org/10.3390/en15010293

AMA Style

Cantillo-Luna S, Moreno-Chuquen R, Chamorro HR, Riquelme-Dominguez JM, Gonzalez-Longatt F. Locational Marginal Price Forecasting Using SVR-Based Multi-Output Regression in Electricity Markets. Energies. 2022; 15(1):293. https://doi.org/10.3390/en15010293

Chicago/Turabian Style

Cantillo-Luna, Sergio, Ricardo Moreno-Chuquen, Harold R. Chamorro, Jose Miguel Riquelme-Dominguez, and Francisco Gonzalez-Longatt. 2022. "Locational Marginal Price Forecasting Using SVR-Based Multi-Output Regression in Electricity Markets" Energies 15, no. 1: 293. https://doi.org/10.3390/en15010293

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop