In recent years, many countries have experienced power grid accidents, leading to voltage collapse and significant shutdown events [
1,
2,
3]. As new energy technologies continue to evolve and industrial electricity consumption rapidly escalates, the voltage stability margin in power grid operations is nearing a precarious tipping point. When the voltage stability margin surpasses its threshold, voltage collapse will manifest within the power grid, significantly impacting the country’s economy and society. It is crucial to promptly and precisely evaluate the power grid’s voltage stability margin to ensure the safe and stable operation of the power grid. So far, there are many indicators for evaluating power system voltage stability [
1], such as singular value, eigenvalue index, voltage stability L index, etc. However, these methods typically require the construction of complex mathematical models and involve significant computational resources. It is challenging to achieve real-time monitoring of voltage stability states for large-scale power grid data [
4,
5].
To address the issue, machine learning-based methods are widely used to evaluate the voltage stability of the power grid [
2,
3]. This type of research is currently divided into classification problems and regression problems. The first type of research focuses on voltage stability as a classification problem. The objective of this problem is to determine whether the current voltage of the power grid is in a stable state [
4]. This treatment method is equivalent to simplifying the problem. The second type of research focuses on voltage stability as a regression problem: the voltage stability index under various operating conditions is used as the target for fitting [
5]. However, it is significant to know the value of the system voltage stability index, as it enables the rational adjustment of the operating mode based on the prevailing conditions of the power grid. Therefore, the research of this paper addresses the topic of voltage stability by framing it as a regression problem.
The accuracy of predictions is equally crucial for the online evaluation model of static voltage stability. To enhance the precision of online voltage stability margin prediction, a model for assessing voltage stability within the transmission system through online methods was introduced in [
6] utilizing an active machine learning algorithm. In [
7], an improved online random forest model that incorporates drift detection and online bagging methodologies was proposed. A radial basis function (RBF) network to evaluate power grid voltage stability was proposed in [
8]. The feature selection technique based on mutual information is used to reduce the dimension of input features, which reduces the training time of the model. A method for monitoring voltage stability in power systems through ANN was proposed in [
9]. By calculating the sensitivity value of each input feature relative to the voltage stability margin and then selecting the feature with higher value as the input characteristic of the model, the prediction accuracy and training speed of the network are improved. These studies aim to improve the prediction accuracy by simplifying the input features of the model [
6,
7,
8,
9]. In [
10], a continuous online prediction approach for anticipating power system instability was proposed utilizing a Convolutional Neural Network (CNN) model, which utilizes heatmap representations of the measurements as input for predicting instability. In order to monitor long-term voltage instability online, a support vector machine (SVM) based on a genetic algorithm was proposed in [
11]. The genetic algorithm was used to calculate the optimal values of SVM parameters to improve the accuracy and speed of the algorithm. The authors of reference [
12] used various machine learning methods to predict photovoltaic power, and the XGBoost algorithm had higher prediction accuracy. In order to predict hospital energy consumption, a prediction model that combines XGBoost and Random Forest (RF) was proposed in [
13]. In [
14], a method for predicting wind power at a regional level was introduced, which utilized XGBoost and multi-stage feature selection for short-term forecasting. In [
15], a rapid and precise short-term voltage stability assessment technique employing Joint Mutual Information Maximization (JMIM) and XGBoost was introduced. JMIM is used to select key input features from high-dimensional original features, thus reducing the complexity of the model. The literature combines the strengths of two algorithms, thereby enhancing the efficiency of the model [
13,
14,
15]. A strategy utilizing a deep learning model based on Multi-Layer Perceptron to enhance short-term voltage stability prediction accuracy was proposed in [
16]. A data-driven method utilizing enhanced Gradient Boost Decision Tree (eGBDT) for the assessment of long-term voltage stability was introduced in [
17]. In [
18], the authors presented a hybrid convolutional long short-term memory (ConvLSTM) approach aimed at forecasting voltage stability. Additionally, in [
19], a cascaded neural network (CNN) framework was proposed for the real-time online monitoring of voltage stability, utilizing load ability margin (LM) estimation. The predictive efficacy of the integrated solar and wind power generation system demonstrated in this study is noteworthy.
While the aforementioned techniques improve the precision of voltage stability index predictions, they have certain limitations: (1) the models involve numerous hyperparameters, resulting in extended training times; (2) during training, there is a risk of underfitting and susceptibility to local optimization; and (3) these prediction models are only functional when the system’s L-index reaches a critical value. It is highly important to investigate the utilization of machine learning techniques for system adjustment in order to ensure the system remains operational within a stable range. The primary contributions outlined in this study are as follows: