CN112699614A - XGboost-based sequence prediction model construction and precipitation trend prediction method and device - Google Patents

XGboost-based sequence prediction model construction and precipitation trend prediction method and device Download PDF

Info

Publication number
CN112699614A
CN112699614A CN202110046489.6A CN202110046489A CN112699614A CN 112699614 A CN112699614 A CN 112699614A CN 202110046489 A CN202110046489 A CN 202110046489A CN 112699614 A CN112699614 A CN 112699614A
Authority
CN
China
Prior art keywords
sequence
stalagmite
oxygen isotope
data
obtaining
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN202110046489.6A
Other languages
Chinese (zh)
Other versions
CN112699614B (en
Inventor
孙朝云
徐磊
李伟
裴莉莉
郝雪丽
赵怀鑫
韩雨希
户媛姣
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Changan University
Original Assignee
Changan University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Changan University filed Critical Changan University
Priority to CN202110046489.6A priority Critical patent/CN112699614B/en
Publication of CN112699614A publication Critical patent/CN112699614A/en
Application granted granted Critical
Publication of CN112699614B publication Critical patent/CN112699614B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02ATECHNOLOGIES FOR ADAPTATION TO CLIMATE CHANGE
    • Y02A10/00TECHNOLOGIES FOR ADAPTATION TO CLIMATE CHANGE at coastal zones; at river basins
    • Y02A10/40Controlling or monitoring, e.g. of flood or hurricane; Forecasting, e.g. risk assessment or mapping

Landscapes

  • Other Investigation Or Analysis Of Materials By Electrical Means (AREA)

Abstract

The invention discloses a method and a device for constructing a sequence prediction model and predicting precipitation trend based on XGboost, wherein a precipitation amount is predicted by using a value of a stalagmite, a stalagmite isotope can simulate the change of the precipitation amount, and meanwhile, data of the isotope of the stalagmite can be collected in the past decades, so that a large amount of data is more convenient for the prediction research of the data.

Description

XGboost-based sequence prediction model construction and precipitation trend prediction method and device
Technical Field
The invention relates to a precipitation prediction method and a precipitation prediction device, in particular to a XGboost-based sequence prediction model construction method and a precipitation trend prediction method and a device.
Background
Precipitation changes have direct effects on surface runoff and crop growth, and are also closely related to the stable development of social economy and human production life. Numerous studies have shown that: flood or drought events in the historical period have important influence on civilization aging and dynasty alternation. In recent years, with global warming, extreme climatic events are frequent, and the development of agriculture, population and economy is seriously influenced. In order to prevent drought and waterlogging disasters, the prediction and prediction research on future rainfall change needs to be enhanced urgently.
The traditional rainfall sequence analysis and prediction methods are applied in many fields with certain success, but once complex data are faced, the methods are unconscious, and the prediction precision requirement cannot be met.
At present, the following methods are commonly used:
1. such as long-term trend fluctuation, periodic fluctuation, seasonal fluctuation, and the like. And then the three components are integrated to predict the result. However, in this method, although the overall trend of the prediction result is generally close, the local fluctuation effect of the prediction result is relatively poor.
2. By adopting an ARIMA method (autoregressive moving average model), the ARIMA model is established on the basis of a stable time sequence, so that the stationarity of the time sequence is an important precondition for modeling. The method for checking the stability of the time series model generally adopts an ADF unit root checking model to check. Of course, if the time series is not stable, the time series can be stabilized by some operations (such as taking the logarithm and the difference), then the ARIMA model prediction is performed to obtain the prediction result of the stable time series, and then the inverse operation of the previous operation (taking the logarithm and the difference) for stabilizing the time series is performed on the prediction result, so that the prediction result of the original data can be obtained.
With ARIMA model prediction, time series data is required to be stable (static), or stable after differentiation (differentiating). It essentially captures only linear relationships and not nonlinear relationships. If the time sequence data is unstable, the regularity cannot be captured.
In summary, most of the existing prediction methods adopt the traditional mathematical methods to perform prediction analysis on the sequence, which has high requirements on the quality of information data, and the incorrect value of the historical value can cause the predicted value to have larger deviation. Meanwhile, the predicted value is related to the near term and is not related to the data before the calculation period, which is not in accordance with the objective condition. In addition, most methods adopting machine learning all adopt a single learning model, and the methods cannot well solve the problems of nonlinearity and non-stationarity when predicting long-term periodic time sequences, only can roughly display the approximate trend of data, and have poor local detailed information change performance.
Disclosure of Invention
The invention aims to provide a method and a device for constructing a sequence prediction model based on XGboost and predicting a precipitation trend, which are used for solving the problem of inaccurate trend prediction of a precipitation trend prediction method in the prior art.
In order to realize the task, the invention adopts the following technical scheme:
a sequence prediction model construction method based on XGboost is used for obtaining a prediction model of a random item sequence in a stalagmite oxygen isotope sequence, and the method is implemented according to the following steps:
step 1, obtaining N oxygen isotope values of the stalagmite bamboo shoots, and obtaining an oxygen isotope sequence y' ═ y of the stalagmite bamboo shoots1',y2',…,yt',…,yN'},yt' represents the t-th isotope value of the oxygen isotope sequence of the stalagmite bamboo shoot, wherein t is 1,2, …, N and N are positive integers;
step 2, performing data quality improvement on the stalagmite oxygen isotope sequence y' to obtain a quality-improved stalagmite oxygen isotope sequence y*
Step 3, the promoted oxygen isotope sequence y of the stalagmite bamboo shoots*Performing data reconstruction to obtain a reconstructed stalagmite oxygen isotope sequence y, wherein the reconstructed stalagmite oxygen isotope sequence y comprises a random item sequence and a periodic item sequence;
step 4, obtaining the t item x of the random item sequence by adopting the formula IIt
Figure BDA0002897458930000031
Wherein y istRepresents the t value, p of the reconstructed oxygen isotope sequence of the stalagmite shoots obtained in the step 3tValue representing the t-th periodic item sequence, a0Denotes the initial value of the period term, akCoefficient representing the cosine function corresponding to the kth harmonic, bkThe coefficient of a sine function corresponding to the kth harmonic is represented, k is 1,2, …, M represents the number of harmonics, and M is an integer greater than 0;
step 5, making t equal to t +1, returning to the step 4 until t equal to N, and obtaining a random item sequence x and a periodic item sequence p;
step 6, repeating the step, selecting the first q rows of data of the random item sequence x as one sample data, wherein q is 1,2, …, and N-1, obtaining N-1 sample data, and obtaining a sample set;
taking the q +1 th column data of the random item sequence x corresponding to each sample data as tag data, obtaining N-1 tag data, and obtaining a tag set;
and 7, taking the sample set as input, taking the label set as reference output, training an XGboost model, and obtaining a random item sequence prediction model.
Further, the step 2 specifically includes:
2.1, repairing the oxygen isotope sequence y' of the stalagmite bamboo shoot by adopting a nearest neighbor interpolation method to obtain a repaired oxygen isotope sequence of the stalagmite bamboo shoot;
2.2, performing trend removing treatment on the repaired stalagmite oxygen isotope sequence by adopting a least square method to obtain a quality-improved stalagmite oxygen isotope sequence y*
3. The XGboost-based sequence prediction model construction method according to claim 1, wherein the step 3 specifically comprises:
step 3.1, improving the quality of the oxygen isotope sequence y of the stalagmite shoots*After conversion into the trajectory matrix X, the trajectory matrix X is obtained by using the formula IThe feature matrix X':
X'=XTx formula I
Step 3.2, carrying out singular value decomposition on the characteristic matrix X' to obtain m characteristic values, wherein m is a positive integer;
and 3.3, after the M characteristic values are arranged from large to small, selecting the first M characteristic values to perform matrix reconstruction, and obtaining a reconstructed stalagmite oxygen isotope sequence y.
Further, M is 28.
A precipitation tendency prediction method is used for predicting precipitation tendency of a to-be-predicted area moment j, wherein j is a positive integer, and the method is executed according to the following steps:
step A, obtaining a stalagmite oxygen isotope value from time 1 to time j-1 of an area to be predicted to obtain a stalagmite oxygen isotope sequence;
acquiring a stalagmite oxygen isotope value of a to-be-predicted region moment j;
step B, processing the oxygen isotope sequence of the stalagmite bamboo shoot obtained in the step A by adopting a method in steps 2-5 in a sequence prediction model construction method based on XGboost to obtain a random term sequence prediction model and a periodic term sequence p;
inputting the oxygen isotope value of the stalagmite bamboo shoot at the time j of the area to be predicted into a random item sequence prediction model to obtain a random item sequence x' at the time j;
step C, inputting the stalagmite oxygen isotope at the moment j into the periodic item sequence p to obtain a periodic item sequence p' at the moment j;
step D, obtaining a precipitation trend prediction function l, wherein l is p '+ x';
and E, judging the slope of the rainfall trend prediction function l, if the slope is smaller than 0, increasing the rainfall of the area j to be predicted at the moment, and otherwise, decreasing the rainfall of the area j to be predicted at the moment.
A sequence prediction model construction device based on XGboost comprises a data acquisition module, a data quality improvement module, a data reconstruction module, a sequence acquisition module, a data set acquisition module and a model training module;
the data acquisition module is used for acquiring N stalagmite oxygen isotope values to obtain a stalagmite oxygen isotope sequence y' ═ y1',y2',…,yt',…,yN'},yt' represents the t-th isotope value of the oxygen isotope sequence of the stalagmite bamboo shoot, wherein t is 1,2, …, N and N are positive integers;
the data quality promotion module is used for promoting the data quality of the stalagmite oxygen isotope sequence y' to obtain the quality-promoted stalagmite oxygen isotope sequence y*
The data reconstruction module is used for reconstructing the promoted oxygen isotope sequence y of the stalagmite bamboo shoots*Performing data reconstruction to obtain a reconstructed stalagmite oxygen isotope sequence y, wherein the reconstructed stalagmite oxygen isotope sequence y comprises a random item sequence and a periodic item sequence;
the sequence obtaining module is used for obtaining the t term x of the random term sequence by adopting a formula IIt
Figure BDA0002897458930000061
Wherein y istDenotes the t value, p of the obtained reconstructed oxygen isotope sequence of the stalagmitetValue representing the t-th periodic item sequence, a0Denotes the initial value of the period term, akCoefficient representing the cosine function corresponding to the kth harmonic, bkThe coefficient of a sine function corresponding to the kth harmonic is represented, k is 1,2, …, M represents the number of harmonics, and M is an integer greater than 0;
let t be t +1, until t be N, obtain random term sequence x and cycle term sequence p;
the data set obtaining module is used for selecting first q columns of data of the random item sequence x as sample data, wherein q is 1,2, … and N-1, obtaining N-1 sample data and obtaining a sample set;
taking the q +1 th column data of the random item sequence x corresponding to each sample data as tag data, obtaining N-1 tag data, and obtaining a tag set;
and the model training module is used for training the XGboost model by taking the sample set as input and the label set as reference output to obtain a random term sequence prediction model.
Further, the data quality improving module specifically comprises a repairing sub-module and a trend removing processing sub-module;
the repairing submodule is used for repairing the stalagmite oxygen isotope sequence y' by adopting a nearest neighbor interpolation method to obtain a repaired stalagmite oxygen isotope sequence;
the trend removing processing submodule is used for performing trend removing processing on the repaired stalagmite oxygen isotope sequence by adopting a least square method to obtain a quality-improved stalagmite oxygen isotope sequence y*
Further, the data reconstruction module specifically comprises a trajectory matrix conversion submodule, a singular value decomposition submodule and a matrix reconstruction submodule;
the track matrix conversion submodule is used for converting the mass-improved stalagmite oxygen isotope sequence y*After conversion to the trajectory matrix X, a feature matrix X' is obtained using formula I:
X'=XTx formula I
The singular value decomposition submodule is used for carrying out singular value decomposition on the characteristic matrix X' to obtain m characteristic values, wherein m is a positive integer;
and the matrix reconstruction submodule is used for arranging the M characteristic values in a descending order and then selecting the first M characteristic values to carry out matrix reconstruction to obtain a reconstructed stalagmite oxygen isotope sequence y.
Further, M is 28.
A rainfall trend prediction device is used for predicting the rainfall trend of a time j of an area to be predicted, wherein j is a positive integer, and the rainfall trend prediction device comprises a sequence acquisition module, a random item prediction sequence acquisition module, a periodic item prediction sequence acquisition module, a prediction function acquisition module and a prediction module;
the sequence acquisition module is used for acquiring the oxygen isotope value of the stalagmite bamboo shoot from the moment 1 to the moment j-1 of the area to be predicted and acquiring an oxygen isotope sequence of the stalagmite bamboo shoot;
the sequence acquisition module is also used for acquiring the oxygen isotope value of the stalagmite oxygen at the moment j of the area to be predicted;
the random term prediction sequence obtaining module is used for processing the obtained stalagmite oxygen isotope sequence by adopting the method in the XGboost-based sequence prediction model construction device of any one of claims 6 to 9 to obtain a random term sequence prediction model and a periodic term sequence p;
the method is also used for inputting the oxygen isotope value of the stalagmite bamboo shoot at the time j of the area to be predicted into a random item sequence prediction model to obtain a random item sequence x' at the time j;
the period item prediction sequence obtaining module is used for inputting the stalagmite oxygen isotope at the moment j into the period item sequence p to obtain a period item sequence p' at the moment j;
the prediction function obtaining module is used for obtaining a precipitation trend prediction function l, l ═ p '+ x';
the prediction module is used for judging the slope of the precipitation trend prediction function l, if the slope is smaller than 0, the precipitation quantity of the area j to be predicted rises at the moment, otherwise, the precipitation quantity of the area j to be predicted falls at the moment.
Compared with the prior art, the invention has the following technical effects:
1. the XGboost-based sequence prediction model construction and precipitation trend prediction method and device provided by the invention have the advantages that the periodicity of the periodic time sequence can be well simulated, and the local burr change can be well predicted by using the random term, so that the prediction accuracy is improved.
2. The method for predicting precipitation by using the value of the stalagmite provided by the XGboost-based sequence prediction model construction and precipitation trend prediction method and device provided by the invention has the advantages that the stalagmite isotope can simulate the change of precipitation, meanwhile, data of the stalagmite isotope in the past decades can be acquired, and a large amount of data is more convenient for the prediction research of the data.
3. The method for constructing the sequence prediction model based on the XGboost and predicting the rainfall trend and the device for improving the data quality provided by the method have the advantages that the abnormal 0 value of the data is found, and then the abnormal data is filled by using a nearest neighbor method.
4. The method for constructing the sequence prediction model based on the XGboost and predicting the rainfall trend and the method for obtaining the random term provided by the device have the advantages that the method for decomposing the singular spectrum is used for obtaining the periodic function of the signal, and then the characteristic of the combination of the trigonometric functions is used for well expressing the periodicity of the signal, so that the accurate prediction method is obtained.
Drawings
FIG. 1 is a flow chart illustrating a prediction method according to the present invention;
FIG. 2 is a diagram of raw data provided in one embodiment of the present invention;
FIG. 3 is a schematic representation of a repaired sequence of oxygen isotopes of stalagmite provided in an embodiment of the present invention;
FIG. 4 is a schematic diagram of a sequence of oxygen isotopes of stalagmite after mass lifting provided in an embodiment of the present invention;
FIG. 5 is a schematic diagram of variance contribution ratios provided in an embodiment of the present invention;
FIG. 6 is a graph of different q-valued scores provided in an embodiment of the present invention;
FIG. 7 is a diagram illustrating the prolongation result of the periodic item sequence provided in an embodiment of the present invention;
FIG. 8 is a diagram illustrating the results of random sequence prediction provided in one embodiment of the present invention;
FIG. 9 is a comparison of different model predictions provided in an embodiment of the present invention.
Detailed Description
The present invention will be described in detail below with reference to the accompanying drawings and examples. So that those skilled in the art can better understand the present invention. It is to be expressly noted that in the following description, a detailed description of known functions and designs will be omitted when it may obscure the subject matter of the present invention.
The following definitions or conceptual connotations relating to the present invention are provided for illustration:
and (3) a stalagmite oxygen isotope sequence: stalagmite delta18O value sequence, commonly used at present, Shisun delta18Fluctuations in the value of O predict climate change.
And (3) data quality improvement: various problems such as data omission, distortion, incompleteness, relevance and logical inconsistency and the like exist in data quality, and abnormal value detection and restoration are carried out on data through data quality improvement, so that the data have accuracy and authenticity.
Nearest neighbor interpolation: also called k-neighbor interpolation, i.e. searching k observation point samples nearest to the point to be estimated, and assigning the point to be estimated by the weighted sum of the observation values of these sample points.
Least square method: a mathematical optimization technique. It finds the best functional match of the data by minimizing the sum of the squares of the errors. Unknown data can be simply obtained by using a least square method, the sum of squares of errors between the obtained data and actual data is minimum, and the method can be used for curve fitting to realize optimization problems.
Example one
The embodiment discloses a sequence prediction model construction method based on XGboost, which is used for obtaining a prediction model of a random term sequence in a stalagmite oxygen isotope sequence.
As shown in fig. 1, in the present invention, a stalagmite oxygen isotope sequence is used to predict a precipitation variation trend, and the stalagmite oxygen isotope sequence is split into a periodic item sequence and a random item sequence; and predicting a random term sequence by using the model so as to predict the precipitation variation trend.
The method is executed according to the following steps:
step 1, obtaining N oxygen isotope values of the stalagmite bamboo shoots, and obtaining an oxygen isotope sequence y' ═ y of the stalagmite bamboo shoots1',y2',…,yt',…,yN'},yt' represents the t-th isotope value of the oxygen isotope sequence of the stalagmite bamboo shoot, wherein t is 1,2, …, N and N are positive integers;
in this embodiment, y { -5.5, -5.19, … -5.43 }.
Step 2, performing data quality improvement on the stalagmite oxygen isotope sequence y' to obtain a quality-improved stalagmite oxygen isotope sequence y*
In the invention, when the oxygen isotope of the stalagmite bamboo shoot is collected, the condition that the stalagmite bamboo shoot sample is possibly stored improperly when an isotope mass spectrometer is adopted to measure the stalagmite bamboo shoot sample, so that the isotope data of the stalagmite bamboo shoot can be lost and the like, so that the data quality improvement method special for the isotope sequence of the stalagmite bamboo shoot is provided in the invention to improve the accuracy of the data.
Optionally, the step 2 specifically includes:
2.1, repairing the oxygen isotope sequence y' of the stalagmite bamboo shoot by adopting a nearest interpolation method to obtain a repaired oxygen isotope sequence of the stalagmite bamboo shoot;
in the present embodiment, filling and processing are performed on the abnormal values and the missing values of the data. As shown in fig. 2, the raw data is visualized to find that there are few abnormal values with a value of 0, which are due to abnormal situations existing in the data acquisition stage.
Therefore, the method of nearest neighbor interpolation is utilized in the invention, abnormal data is repaired, and the data is filled by the last data. Data 0 from 1826 and 1925 was changed to data from 1825 and 1946, as shown in fig. 3.
2.2, performing trend removing treatment on the repaired stalagmite oxygen isotope sequence by adopting a least square method to obtain a quality-improved stalagmite oxygen isotope sequence y*
In the invention, the original data of the isotope of the stalagmite bamboo shoot in 1733-2004 are processed by a least square method so as to eliminate the baseline shift of the linear state and the trend term of the high-order polynomial in the data. The method comprises the following specific steps:
firstly, a solving equation of a trend polynomial is listed by using a least square principle, then a trend term coefficient is calculated by using a matrix method, a trend term fitting curve is obtained, and finally a useful signal can be obtained by subtracting the trend term from an original signal.
This patent takes 1733-2004 southern Thailand Klang hole of Klang for a long time delta18And O is recorded as that the original data is subjected to detrending preprocessing, and a least square method is adopted for processing so as to eliminate the baseline deviation of the linear state and the trend item of the high-order polynomial in the data.
The detrending graph of the original data finally obtained by the method is shown in fig. 4, the straight line in fig. 4 is a trend line, the trend curve formula is that y is 0.0031x-5.5, wherein y is delta18The value of O, x is year.
Step 3, the promoted oxygen isotope sequence y of the stalagmite bamboo shoots*Performing data reconstruction to obtain a reconstructed stalagmite oxygen isotope sequence y, wherein the reconstructed stalagmite oxygen isotope sequence y comprises a random item sequence and a periodic item sequence;
optionally, the step 3 specifically includes:
step 3.1, improving the quality of the oxygen isotope sequence y of the stalagmite shoots*After formula I is converted into trajectory matrix X, a feature matrix X' is obtained using formula I:
X'=XT*X
in the present embodiment, the time series yt' converting to the trajectory matrix X is obtained by:
selecting an appropriate window length: m (2. ltoreq. m. ltoreq.T), converting the observed one-dimensional time sequence data into a multidimensional sequence: x1.. Xn, (Xi ═ (yi.,. yi + m-1), n ═ T-m +1), yielding the trajectory matrix:
Figure BDA0002897458930000121
further, a feature matrix X' is obtainedT*X。
Step 3.2, carrying out singular value decomposition on the characteristic matrix X' to obtain m characteristic values, wherein m is a positive integer;
and 3.3, after the M characteristic values are arranged from large to small, selecting the first M characteristic values to perform matrix reconstruction, and obtaining a reconstructed stalagmite oxygen isotope sequence y.
In this embodiment, the first M eigenvalues are selected from the M eigenvalues for matrix reconstruction, M (M)<m) the sum of the eigenvalues accounts for 85 percent of the sum of the total eigenvalues, and a reconstructed time series y is obtained as shown in a small formulatM is a positive integer;
Figure BDA0002897458930000131
optionally, M-28.
In the present embodiment, the optimum value of M is 28.
If the first M typical waveform vectors of the sequence already account for 85% of the total variance contribution, they characterize the dominant oscillation mode of the time series variation, which characterizes the most dominant trend of the sequence. Therefore, when significant harmonics of the model are selected, the range of the number M of harmonics can be determined from p (i) ≈ 85%.
In the present embodiment, the detrending data of 1733-. The window length is selected to be not more than N/2 generally, the window lengths selected respectively when the front part data is subjected to the singular spectrum analysis are 1-116(N/2), when the window length is 80, the prediction precision is highest, and the variance contribution rate can be obtained when the selected window length is 80, as shown in FIG. 5. The black curve in the graph is the variance contribution rate, when i is more than or equal to 28, P (i) is more than or equal to 85%, the data processing requirement of the invention is met, namely when the number M of the significant harmonics is 28, the corresponding trigonometric function signal can represent the most main trend of the sequence.
Step 4, obtaining the t item x of the random item sequence by adopting the formula IIt
Figure BDA0002897458930000141
Wherein y istRepresents the t value, p of the reconstructed oxygen isotope sequence of the stalagmite shoots obtained in the step 3tValue representing the t-th periodic item sequence, a0Denotes the initial value of the period term, akCoefficient representing the cosine function corresponding to the kth harmonic, bkThe coefficient of a sine function corresponding to the kth harmonic is represented, k is 1,2, …, M represents the number of harmonics, and M is an integer greater than 0;
in the present embodiment, the meaning of the parameters is as follows:
Figure BDA0002897458930000142
in the present invention, δ is considered18The value of O has a certain periodicity, so that the decomposition of the periodic signal and the random signal is carried out on the value of O.
In formula I, M represents the number of harmonics of the periodic function, and has a value equal to the value of I at the time when the variance contribution ratio is greater than 0.85.
Step 5, making t equal to t +1, returning to the step 4 until t equal to N, and obtaining a random item sequence x and a periodic item sequence p;
step 6, repeating the step, selecting the first q rows of data of the random item sequence x as one sample data, wherein q is 1,2, …, and N-1, obtaining N-1 sample data, and obtaining a sample set;
taking the q +1 th column data of the random item sequence x corresponding to each sample data as tag data, obtaining N-1 tag data, and obtaining a tag set;
in this embodiment, a random sequence of terms xt(t-1 … N) is divided into q +1 columns of data as shown in the following table, the first q columns are used as characteristic input, the q +1 th columns are used as labels and input into the XGboost model, and the model is trained.
The embodiment adopts the traversing idea to combine the whole time series in turn. And sequentially predicting data of the (q +1) th year by using data of the previous q years (q is 1 … N-q +1), predicting the result by using an integrated model, and sequentially comparing the predicted result with the real value to obtain the corresponding RMSE. Finding the q value corresponding to the minimum RMSE is the optimal q value, i.e. determining the magnitude of the optimal characteristic q value is as shown in fig. 6 below.
And 7, taking the sample set as input, taking the label set as reference output, training an XGboost model, and obtaining a random item sequence prediction model.
The oxygen isotope sequence of the stalagmite bamboo shoot is split through the embodiment, the XGboost model is used for training and predicting, and the prediction result is shown in FIG. 8.
Example two
A precipitation tendency prediction method is used for predicting precipitation tendency of a to-be-predicted area at time j, wherein j is a positive integer.
In the embodiment, the precipitation tendency is predicted by using the oxygen isotope value of the stalagmite.
The method is executed according to the following steps:
step A, obtaining a stalagmite oxygen isotope value from time 1 to time j-1 of an area to be predicted to obtain a stalagmite oxygen isotope sequence;
acquiring a stalagmite oxygen isotope value of a to-be-predicted region moment j;
in this example, the obtained stalagmite oxygen isotope sequence is y' { -5.5, -5.193, … -5.315 }.
Step B, processing the oxygen isotope sequence of the stalagmite bamboo shoot obtained in the step A by adopting the method in the step 2-5 in the XGboost-based sequence prediction model construction method of the embodiment to obtain a random term sequence prediction model and a periodic term sequence p;
inputting the oxygen isotope value of the stalagmite bamboo shoot at the time j of the area to be predicted into a random item sequence prediction model to obtain a random item sequence x' at the time j;
and 6, reconstructing the sample set of the step 6 for the random item x to obtain a sample set and a label set:
Figure BDA0002897458930000161
and training the XGboost model by using the sample set and the label set to obtain a random item sequence prediction model and a periodic item sequence p.
Inputting the oxygen isotope value of the stalagmite oxygen at the moment j of the area to be predicted into a random item sequence prediction model to obtain a random item sequence x' at the moment j.
In this embodiment, x' is {0.123,0.285, … 0.121.121 }, and there are 232 random data.
p { -5.623, -5.478, … -5.436}, 232 period data in total.
Where p and x are both variables in step 5.
Step C, inputting the stalagmite oxygen isotope at the moment j into the periodic item sequence p to obtain a periodic item sequence p' at the moment j;
the periodic function is known from formula II
Figure BDA0002897458930000171
In the formula a0Data y is available, namely-5.623 and M-28t={-5.5,-5.193,…-5.315},t=1,2…N,N=232。
According to ytT, N and M, using the formula
Figure BDA0002897458930000172
Can find that1,a2,…a28Same principle of
Figure BDA0002897458930000173
B can be determined in the same way1,b2,…b28
According to ptThe expression of (c) has only one time variable: the data corresponding to the periodic function at the time t, j is:
Figure BDA0002897458930000174
Figure BDA0002897458930000175
Figure BDA0002897458930000176
step D, obtaining a precipitation trend prediction function l, wherein l is p '+ x';
in this embodiment, the period term is extended as shown in fig. 7 below.
The random term is predicted as shown in fig. 8.
The delta of 1965-year-2004 is obtained by superposing the extension value of the 1965-year-2004 periodic function obtained by the SSA-XGboost model and the prediction value of the random term18And (4) predicting the value of O. In order to verify the prediction effect of the SSA-XGboost model, the patent also predicts the data by using a traditional method ARIMA, an SSA-ARIMA and a machine learning method XGboost and LightGBM respectively. The prediction results obtained by the different prediction models are compared with the original data to obtain fig. 9. The graph comprises original data obtained in 1965-2004, a prediction result of an SSA-XGboost model, a prediction result of an ARIMA model, an XGboost model and a prediction result of a LightGBM model, and a prediction result of an SSA-ARIMA model. Because the requirement of the ARIMA model on the smoothness of the time sequence is too high, the phenomenon that the whole prediction effect tends to the average value in the graph occurs when the smoothness performance of the time sequence is poor. Although the SSA-ARIMA model adopts a periodic term, the final prediction result is still not ideal because the ARIMA prediction effect is poorer than the XGboost prediction effect. Due to the limited data volume, curves obtained by using the XGboost model and the LightGBM model independently are smooth in whole, and delta cannot be represented completely18Local characteristics of O. Only the prediction result of the SSA-XGboost model can realize the stable prediction of the oxygen isotope change trend of the stalagmite in 1965-2004 with higher precision.
And E, judging the slope of the rainfall trend prediction function l, if the slope is smaller than 0, increasing the rainfall of the area j to be predicted at the moment, and otherwise, decreasing the rainfall of the area j to be predicted at the moment.
In this embodiment, the precipitation trend prediction function l may be converted into an image form, the trend of the prediction function l at the time j is viewed from the image, and if the trend is a descending trend, the precipitation amount is increased; otherwise, the precipitation amount is reduced.
In this example, the accuracy of the prediction results of the different models was also evaluated using Mean Absolute Error (MAE), Root Mean Square Error (RMSE) and correlation coefficient (R2) analysis (table 1). From table 1 it can be found that: the MAE of the SSA-XGboost model is minimal (0.1334). As for RMSE, SSA-XGboost, ARIMA, SSA-ARIMA and LightGBM are 0.1687, 0.2520, 0.2632, 0.2224 and 0.3641, respectively, and the RMSE of the SSA-XGboost model is still the smallest. In addition, the SSA-XGboost model has R2 closest to 1, while several other models have R2 that are negative or smaller. Since the smaller the MAE and the RMSE, the closer the R2 is to 1, the better the prediction effect, and the comparison data in Table 4 shows that the prediction effect of SSA-XGboost is the best, and the prediction effect of the other four models is poor.
TABLE 1 evaluation index of each model
Figure BDA0002897458930000191
EXAMPLE III
The embodiment provides a sequence prediction model construction device based on XGboost, and the device comprises a data acquisition module, a data quality improvement module, a data reconstruction module, a sequence acquisition module, a data set acquisition module and a model training module;
the data acquisition module is used for acquiring N stalagmite oxygen isotope values to obtain a stalagmite oxygen isotope sequence y' ═ y1',y2',…,yt',…,yN'},yt' represents the t-th isotope value of the oxygen isotope sequence of the stalagmite bamboo shoot, wherein t is 1,2, …, N and N are positive integers;
the data quality promotion module is used for promoting the data quality of the stalagmite oxygen isotope sequence y' to obtain the quality-promoted stalagmite oxygen isotope sequence y*
The data reconstruction module is used for reconstructing the promoted oxygen isotope sequence y of the stalagmite bamboo shoots*Performing data reconstruction to obtain a reconstructed stalagmite oxygen isotope sequence y, wherein the reconstructed stalagmite oxygen isotope sequence y comprises a random item sequence and a periodic item sequence;
the sequence obtaining module is used for obtaining the t term x of the random term sequence by adopting a formula IIt
Figure BDA0002897458930000201
Wherein y istRepresenting the obtained reconstructionT value, p of oxygen isotope sequence of stalagmitetValue representing the t-th periodic item sequence, a0Denotes the initial value of the period term, akCoefficient representing the cosine function corresponding to the kth harmonic, bkThe coefficient of a sine function corresponding to the kth harmonic is represented, k is 1,2, …, M represents the number of harmonics, and M is an integer greater than 0;
let t be t +1, until t be N, obtain random term sequence x and cycle term sequence p;
the data set obtaining module is used for selecting first q columns of data of the random item sequence x as sample data, wherein q is 1,2, … and N-1, obtaining N-1 sample data and obtaining a sample set;
taking the q +1 th column data of the random item sequence x corresponding to each sample data as tag data, obtaining N-1 tag data, and obtaining a tag set;
and the model training module is used for training the XGboost model by taking the sample set as input and the label set as reference output to obtain a random term sequence prediction model.
Optionally, the data quality improving module specifically includes a repairing sub-module and a trending removing sub-module;
the repairing submodule is used for repairing the stalagmite oxygen isotope sequence y' by adopting a nearest interpolation method to obtain a repaired stalagmite oxygen isotope sequence;
the trend removing processing submodule is used for performing trend removing processing on the repaired stalagmite oxygen isotope sequence by adopting a least square method to obtain a quality-improved stalagmite oxygen isotope sequence y*
Optionally, the data reconstruction module specifically includes a trajectory matrix conversion submodule, a singular value decomposition submodule, and a matrix reconstruction submodule;
the track matrix conversion submodule is used for converting the mass-improved stalagmite oxygen isotope sequence y*After conversion to the trajectory matrix X, a feature matrix X' is obtained using formula I:
X'=XTx formula I
The singular value decomposition submodule is used for carrying out singular value decomposition on the characteristic matrix X' to obtain m characteristic values, wherein m is a positive integer;
and the matrix reconstruction submodule is used for arranging the M characteristic values in a descending order and then selecting the first M characteristic values to carry out matrix reconstruction to obtain a reconstructed stalagmite oxygen isotope sequence y.
Optionally, M-28.
Example four
A rainfall trend prediction device is used for predicting the rainfall trend of a time j of an area to be predicted, wherein j is a positive integer, and the rainfall trend prediction device comprises a sequence acquisition module, a random item prediction sequence acquisition module, a periodic item prediction sequence acquisition module, a prediction function acquisition module and a prediction module;
the sequence acquisition module is used for acquiring the oxygen isotope value of the stalagmite bamboo shoot from the moment 1 to the moment j-1 of the area to be predicted and acquiring an oxygen isotope sequence of the stalagmite bamboo shoot;
the random term prediction sequence obtaining module is used for processing the oxygen isotope sequence of the stalagmite bamboo shoot obtained in the step A by adopting the method in the XGboost-based sequence prediction model construction device of any one of claims 6 to 9 to obtain a random term prediction sequence x' and a periodic term sequence p at the moment j;
the periodic item prediction sequence obtaining module is used for inputting a moment j into the periodic item sequence p to obtain a periodic item prediction sequence p' of the moment j;
the prediction function obtaining module is used for obtaining a precipitation trend prediction function l, l ═ p '+ x';
the prediction module is used for judging the slope of the precipitation trend prediction function l, if the slope is smaller than 0, the precipitation quantity of the area j to be predicted rises at the moment, otherwise, the precipitation quantity of the area j to be predicted falls at the moment.
Through the above description of the embodiments, those skilled in the art will clearly understand that the present invention may be implemented by software plus necessary general hardware, and certainly may also be implemented by hardware, but in many cases, the former is a better embodiment. Based on such understanding, the technical solutions of the present invention may be substantially implemented or a part of the technical solutions contributing to the prior art may be embodied in the form of a software product, where the computer software product is stored in a readable storage medium, such as a floppy disk, a hard disk, or an optical disk of a computer, and includes several instructions for enabling a computer device (which may be a personal computer, a server, or a network device) to execute the method according to the embodiments of the present invention.

Claims (10)

1. A sequence prediction model construction method based on XGboost is used for obtaining a prediction model of a random item sequence in a stalagmite oxygen isotope sequence, and is characterized by being implemented according to the following steps:
step 1, obtaining N oxygen isotope values of the stalagmite bamboo shoots, and obtaining an oxygen isotope sequence y' ═ y of the stalagmite bamboo shoots1',y2',…,yt',…,yN'},yt' represents the t-th isotope value of the oxygen isotope sequence of the stalagmite bamboo shoot, wherein t is 1,2, …, N and N are positive integers;
step 2, performing data quality improvement on the stalagmite oxygen isotope sequence y' to obtain a quality-improved stalagmite oxygen isotope sequence y*
Step 3, the promoted oxygen isotope sequence y of the stalagmite bamboo shoots*Performing data reconstruction to obtain a reconstructed stalagmite oxygen isotope sequence y, wherein the reconstructed stalagmite oxygen isotope sequence y comprises a random item sequence and a periodic item sequence;
step 4, obtaining the t item x of the random item sequence by adopting the formula IIt
Figure FDA0002897458920000011
Wherein y istRepresents the t value, p of the reconstructed oxygen isotope sequence of the stalagmite shoots obtained in the step 3tValue representing the t-th periodic item sequence, a0Denotes the initial value of the period term, akCoefficient representing the cosine function corresponding to the kth harmonic, bkRepresenting the sine function corresponding to the kth harmonicK is 1,2, …, M represents the number of harmonics, M is an integer greater than 0;
step 5, making t equal to t +1, returning to the step 4 until t equal to N, and obtaining a random item sequence x and a periodic item sequence p;
step 6, repeating the step, selecting the first q rows of data of the random item sequence x as one sample data, wherein q is 1,2, …, and N-1, obtaining N-1 sample data, and obtaining a sample set;
taking the q +1 th column data of the random item sequence x corresponding to each sample data as tag data, obtaining N-1 tag data, and obtaining a tag set;
and 7, taking the sample set as input, taking the label set as reference output, training an XGboost model, and obtaining a random item sequence prediction model.
2. The XGboost-based sequence prediction model construction method according to claim 1, wherein the step 2 specifically comprises:
2.1, repairing the oxygen isotope sequence y' of the stalagmite bamboo shoot by adopting a nearest neighbor interpolation method to obtain a repaired oxygen isotope sequence of the stalagmite bamboo shoot;
2.2, performing trend removing treatment on the repaired stalagmite oxygen isotope sequence by adopting a least square method to obtain a quality-improved stalagmite oxygen isotope sequence y*
3. The XGboost-based sequence prediction model construction method according to claim 1, wherein the step 3 specifically comprises:
step 3.1, improving the quality of the oxygen isotope sequence y of the stalagmite shoots*After conversion to the trajectory matrix X, a feature matrix X' is obtained using formula I:
X'=XTx formula I
Step 3.2, carrying out singular value decomposition on the characteristic matrix X' to obtain m characteristic values, wherein m is a positive integer;
and 3.3, after the M characteristic values are arranged from large to small, selecting the first M characteristic values to perform matrix reconstruction, and obtaining a reconstructed stalagmite oxygen isotope sequence y.
4. The XGBoost-based sequence prediction model construction method of claim 1, wherein M-28.
5. A precipitation tendency prediction method is used for predicting precipitation tendency of a to-be-predicted area moment j, wherein j is a positive integer, and the method is implemented according to the following steps:
step A, obtaining a stalagmite oxygen isotope value from time 1 to time j-1 of an area to be predicted to obtain a stalagmite oxygen isotope sequence;
acquiring a stalagmite oxygen isotope value of a to-be-predicted region moment j;
step B, processing the oxygen isotope sequence of the stalagmite bamboo shoot obtained in the step A by adopting the method in the steps 2 to 5 in the XGboost-based sequence prediction model construction method of any one of claims 1 to 4 to obtain a random term sequence prediction model and a periodic term sequence p;
inputting the oxygen isotope value of the stalagmite bamboo shoot at the time j of the area to be predicted into a random item sequence prediction model to obtain a random item sequence x' at the time j;
step C, inputting the stalagmite oxygen isotope at the moment j into the periodic item sequence p to obtain a periodic item sequence p' at the moment j;
step D, obtaining a precipitation trend prediction function l, wherein l is p '+ x';
and E, judging the slope of the rainfall trend prediction function l, if the slope is smaller than 0, increasing the rainfall of the area j to be predicted at the moment, and otherwise, decreasing the rainfall of the area j to be predicted at the moment.
6. A sequence prediction model construction device based on XGboost is characterized by comprising a data acquisition module, a data quality improvement module, a data reconstruction module, a sequence acquisition module, a data set acquisition module and a model training module;
the data acquisition module is used for acquiring N oxygen isotope values of the stalagmite shootsObtaining the oxygen isotope sequence y ═ y of the stalagmite1',y2',…,yt',…,yN'},yt' represents the t-th isotope value of the oxygen isotope sequence of the stalagmite bamboo shoot, wherein t is 1,2, …, N and N are positive integers;
the data quality promotion module is used for promoting the data quality of the stalagmite oxygen isotope sequence y' to obtain the quality-promoted stalagmite oxygen isotope sequence y*
The data reconstruction module is used for reconstructing the promoted oxygen isotope sequence y of the stalagmite bamboo shoots*Performing data reconstruction to obtain a reconstructed stalagmite oxygen isotope sequence y, wherein the reconstructed stalagmite oxygen isotope sequence y comprises a random item sequence and a periodic item sequence;
the sequence obtaining module is used for obtaining the t term x of the random term sequence by adopting a formula IIt
Figure FDA0002897458920000041
Wherein y istDenotes the t value, p of the obtained reconstructed oxygen isotope sequence of the stalagmitetValue representing the t-th periodic item sequence, a0Denotes the initial value of the period term, akCoefficient representing the cosine function corresponding to the kth harmonic, bkThe coefficient of a sine function corresponding to the kth harmonic is represented, k is 1,2, …, M represents the number of harmonics, and M is an integer greater than 0;
let t be t +1, until t be N, obtain random term sequence x and cycle term sequence p;
the data set obtaining module is used for selecting first q columns of data of the random item sequence x as sample data, wherein q is 1,2, … and N-1, obtaining N-1 sample data and obtaining a sample set;
taking the q +1 th column data of the random item sequence x corresponding to each sample data as tag data, obtaining N-1 tag data, and obtaining a tag set;
and the model training module is used for training the XGboost model by taking the sample set as input and the label set as reference output to obtain a random term sequence prediction model.
7. The XGboost-based sequence prediction model construction device according to claim 6, wherein the data quality improvement module specifically comprises a repair sub-module and a de-trend processing sub-module;
the repairing submodule is used for repairing the stalagmite oxygen isotope sequence y' by adopting a nearest neighbor interpolation method to obtain a repaired stalagmite oxygen isotope sequence;
the trend removing processing submodule is used for performing trend removing processing on the repaired stalagmite oxygen isotope sequence by adopting a least square method to obtain a quality-improved stalagmite oxygen isotope sequence y*
8. The XGboost-based sequence prediction model construction device according to claim 6, wherein the data reconstruction module specifically comprises a trajectory matrix conversion submodule, a singular value decomposition submodule and a matrix reconstruction submodule;
the track matrix conversion submodule is used for converting the mass-improved stalagmite oxygen isotope sequence y*After conversion to the trajectory matrix X, a feature matrix X' is obtained using formula I:
X'=XTx formula I
The singular value decomposition submodule is used for carrying out singular value decomposition on the characteristic matrix X' to obtain m characteristic values, wherein m is a positive integer;
and the matrix reconstruction submodule is used for arranging the M characteristic values in a descending order and then selecting the first M characteristic values to carry out matrix reconstruction to obtain a reconstructed stalagmite oxygen isotope sequence y.
9. The XGBoost-based sequence prediction model construction apparatus of claim 6, wherein M-28.
10. A rainfall trend prediction device is used for predicting the rainfall trend of a time j of an area to be predicted, wherein j is a positive integer, and the rainfall trend prediction device is characterized by comprising a sequence acquisition module, a random item prediction sequence acquisition module, a periodic item prediction sequence acquisition module, a prediction function acquisition module and a prediction module;
the sequence acquisition module is used for acquiring the oxygen isotope value of the stalagmite bamboo shoot from the moment 1 to the moment j-1 of the area to be predicted and acquiring an oxygen isotope sequence of the stalagmite bamboo shoot;
the sequence acquisition module is also used for acquiring the oxygen isotope value of the stalagmite oxygen at the moment j of the area to be predicted;
the random term prediction sequence obtaining module is used for processing the obtained stalagmite oxygen isotope sequence by adopting the method in the XGboost-based sequence prediction model construction device of any one of claims 6 to 9 to obtain a random term sequence prediction model and a periodic term sequence p;
the method is also used for inputting the oxygen isotope value of the stalagmite bamboo shoot at the time j of the area to be predicted into a random item sequence prediction model to obtain a random item sequence x' at the time j;
the period item prediction sequence obtaining module is used for inputting the stalagmite oxygen isotope at the moment j into the period item sequence p to obtain a period item sequence p' at the moment j;
the prediction function obtaining module is used for obtaining a precipitation trend prediction function l, l ═ p '+ x';
the prediction module is used for judging the slope of the precipitation trend prediction function l, if the slope is smaller than 0, the precipitation quantity of the area j to be predicted rises at the moment, otherwise, the precipitation quantity of the area j to be predicted falls at the moment.
CN202110046489.6A 2021-01-14 2021-01-14 XGboost-based sequence prediction model construction and precipitation trend prediction method and device Active CN112699614B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110046489.6A CN112699614B (en) 2021-01-14 2021-01-14 XGboost-based sequence prediction model construction and precipitation trend prediction method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110046489.6A CN112699614B (en) 2021-01-14 2021-01-14 XGboost-based sequence prediction model construction and precipitation trend prediction method and device

Publications (2)

Publication Number Publication Date
CN112699614A true CN112699614A (en) 2021-04-23
CN112699614B CN112699614B (en) 2023-01-31

Family

ID=75514638

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110046489.6A Active CN112699614B (en) 2021-01-14 2021-01-14 XGboost-based sequence prediction model construction and precipitation trend prediction method and device

Country Status (1)

Country Link
CN (1) CN112699614B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115860268A (en) * 2023-02-20 2023-03-28 南京信息工程大学 Short-time strong precipitation prediction method based on CNN-XGBOOST model

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014002974A1 (en) * 2012-06-27 2014-01-03 ヤンマー株式会社 Prediction device, prediction method, and computer programme
CN106093175A (en) * 2016-06-06 2016-11-09 中国科学院地球化学研究所 A kind of method utilizing stalagmite inverting earthquake that the age occurs
US20190325334A1 (en) * 2018-04-23 2019-10-24 National Chung-Shan Institute Of Science And Technology Method for predicting air quality with aid of machine learning models
US20200037974A1 (en) * 2018-08-02 2020-02-06 Zhejiang University Deep-learning based separation method of a mixture of dual-tracer single-acquisition pet signals with equal half-lives
CN111178585A (en) * 2019-12-05 2020-05-19 国网浙江省电力有限公司杭州供电公司 Fault reporting amount prediction method based on multi-algorithm model fusion
CN111241629A (en) * 2020-01-08 2020-06-05 沈阳航空航天大学 Intelligent prediction method for performance change trend of airplane hydraulic pump based on data driving

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2014002974A1 (en) * 2012-06-27 2014-01-03 ヤンマー株式会社 Prediction device, prediction method, and computer programme
CN106093175A (en) * 2016-06-06 2016-11-09 中国科学院地球化学研究所 A kind of method utilizing stalagmite inverting earthquake that the age occurs
US20190325334A1 (en) * 2018-04-23 2019-10-24 National Chung-Shan Institute Of Science And Technology Method for predicting air quality with aid of machine learning models
US20200037974A1 (en) * 2018-08-02 2020-02-06 Zhejiang University Deep-learning based separation method of a mixture of dual-tracer single-acquisition pet signals with equal half-lives
CN111178585A (en) * 2019-12-05 2020-05-19 国网浙江省电力有限公司杭州供电公司 Fault reporting amount prediction method based on multi-algorithm model fusion
CN111241629A (en) * 2020-01-08 2020-06-05 沈阳航空航天大学 Intelligent prediction method for performance change trend of airplane hydraulic pump based on data driving

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
姜修洋等: "末次间冰期东亚季风气候不稳定的神农架洞穴石笋记录", 《沉积学报》 *
杨磊磊等: "时间序列分析及Monte Carlo方法在降水预报中的应用", 《环境科学与技术》 *
白智远等: "一种融合历史均值与提升树的客流量预测模型", 《计算机技术与发展》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115860268A (en) * 2023-02-20 2023-03-28 南京信息工程大学 Short-time strong precipitation prediction method based on CNN-XGBOOST model

Also Published As

Publication number Publication date
CN112699614B (en) 2023-01-31

Similar Documents

Publication Publication Date Title
CN113411216B (en) Network flow prediction method based on discrete wavelet transform and FA-ELM
CN111160651B (en) STL-LSTM-based subway passenger flow prediction method
CN111079998B (en) Flow prediction method based on long and short time sequence correlation attention mechanism model
CN113486303A (en) Long-time sequence prediction method based on modification model integration
CN112699614B (en) XGboost-based sequence prediction model construction and precipitation trend prediction method and device
CN115800245A (en) Short-term load prediction method based on SARIMA-random forest combined model
CN113409072A (en) Empirical mode decomposition and distributed GRU neural network and price prediction method
CN116362823A (en) Recommendation model training method, recommendation method and recommendation device for behavior sparse scene
CN111967652A (en) Double-layer cooperative real-time correction photovoltaic prediction method
CN117035155A (en) Water quality prediction method
CN116739168A (en) Runoff prediction method based on gray theory and codec
CN109239006B (en) Substance identification method and device based on humidity compensation model and storage medium
Zhang Forecasting with Bayesian Grouped random effects in panel data
KR102486460B1 (en) Method and Apparatus for Virtual Measurement for Calculating Predicted Value and Feature Importance Based on Feature Values of Time Series Data
CN114595890A (en) Ship spare part demand prediction method and system based on BP-SVR combined model
CN114820074A (en) Target user group prediction model construction method based on machine learning
Paul Modelling long memory in maximum and minimum temperature series in India
CN117216081B (en) Automatic question bank updating method and device, electronic equipment and storage medium
CN111460005B (en) JSD-based outlier detection method for time sequence data
CN117636065A (en) Concrete dam displacement deep learning prediction method and system considering crack influence
CN118035110A (en) Informationized model evaluation method and system based on big data
CN111027021A (en) Multi-dimensional and multi-weight price prediction method
CN117273192A (en) Macroscopic economic prediction method and system based on gradient lifting model
Henkel Some aspects of the study of random processes with regard to fatigue
CN115828719A (en) Power system subsynchronous oscillation data generation method based on generation countermeasure network

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant