Abstract
This study uses machine learning (ML) to predict the end-depth structure's discharge and critical depth (yc). Linear regression, M5P, random forest, random tree, reduced error pruning tree, and Gaussian process (GP) are the ML methods used in this investigation. The findings indicate that the radial kernel function-based GP model is most suitable compared to other applied models with the lowest root-mean-square error = 0.0021, 0.007, normalized root-mean-square error = 0.0361, 0.0516 representing mean absolute error = 0.0015, 0.004 and the highest coefficient of correlation = 0.9912, 0.9916, Legates and McCabe's index = 0.8839, 0.9026 Willmott's index = 0.9956, 0.9956, and Nash Sutcliffe model efficiency = 0.9823, 09830 for yc for the end-depth structure (yc) and discharge (Q) with the testing stage, respectively. Results of the sensitivity study indicate that the friction coefficient is the most significant input variable compared to other parameters for predicting (yc) and flow running via the thickness model's last stage (Q) using this dataset.
HIGHLIGHTS
The abrupt reduction in the channel bed level is referred to as free overfall.
Free overfall is used to estimate the discharge flowing via open channels.
The discharge and critical depth for end depth structures are predicted using machine learning (ML).
Linear regression, M5P, random forest, random tree, reduced error pruning tree, and Gaussian process (GP) are the ML methods used.
Radial kernel function-based GP model (GP_RBF) is the most suitable as compared to other applied models.
INTRODUCTION
The end-depth structure called free overfall happens when water drops from up to down as a free fall because of a sudden drop or sudden change in the channel bed level caused by a free flow of water. Because of this drop, the brink's pressure distribution is not hydrostatic at the subcritical flow. The flow changed from Gradually Varied Flow (GVF) to Rappelled Varied Flow (RVF) GVF to RVF. The relation between depth over the threshold (brink depth, yb) and standard depth (yn), end-depth ratio (EDR), is more critical to predict Q over this structure because it is used as a flow measurement device.
Many investigations dealt with hydraulic characteristics of end-depth structures (Mohammed et al. 2007), which have presented a variation of water depth on vertical and skewed free overfall. The results clarified that a tilted outflow free fall is vertically superior, and the depth at the brink for vertical is greater than 11% than skew. The impact of stream channel slope on vertical and inclined free fall was investigated by Mohammed (2009b). The investigation showed that the bed slope affected discharge and the water depth of free overfall. The discharge coefficient for an inclined model is more significant than the vertical 25%. The authors present a theoretical equation to find EDR, water surface profile, and discharge. Mohammed (2009a) investigated a new model of an end-depth structure. He studied triangular shapes with an opposite flow direction with different angles. He compared the results with a standard vertical model. The results showed that the brink depth was more significant than 6% for triangular-shaped compared with vertical. Mohammed (2012) presented a theoretical study to predict EDR and end-depth discharge (EDD) for end-depth models with different end shapes. The study presents a new empirical equation to calculate EDR and EDD with a percentage error not exceeding 8.5% compared with the experimental data.
There are many studies conducted on channels with different shapes (Dey & Kumar 2002; Irzooki & Hasan 2018; Muhsin & Noori 2021), which investigated the free overfall model in a triangular channel. They focused on the effect of side and bed slopes and bed roughness. The study refers to EDR = 0.695 and 0.755, respectively, and this value increases when the side slope increases. Dey et al. (2004), Raikar et al. (2004), and Zeidan et al. (2021) investigated free overfall in an inverted semicircular channel. These studies developed new relationships to calculate discharge as well as EDR of 0.81. There are many studies in which free overfall with bed roughness is investigated (Öztürk 2005; Guo et al. 2006; Mohammed et al. 2011, 2013, 2018; FIRAT 2015). These investigation results referred to EDR values reaching 0.67, the brink-to-yc ratio increased when the channel slope decreased, and roughness material and distribution increased.
In the last several decades, several investigators have turned to the use of machine learning (ML) algorithms for the analysis of field and laboratory data and have discovered noticeably superior results than those obtained using traditional statistical approaches (Olyaie et al. 2019; Yousif et al. 2019; Suntaranont et al. 2020; Salmasi et al. 2021; Thakur et al. 2021). Researchers have recently focused on the Gaussian process (GP), random forest (RF), random tree (RT), reduced error pruning (REP) tree, and RF in predicting hydraulic features (Sihag et al. 2019, 2020; Salmasi et al. 2021). The current work compares the outcomes with models based on linear regression (LR). It introduces M5P, RF, RT, REP tree, and GP as alternative methods for determining yc for the end-depth structure and Q. Gharehbaghi et al. (2023) investigated the influence of a submerged multiple-vane system on the dimensions of the flow separation zone. Several data-driven models are accessible, such as gene expression programming, support vector regression (SVR), Radial Basis Function (RBF), and a robust hybrid SVR with an ant colony optimization algorithm (ACO). Based on statistical metrics, the model grading procedure, scatter plot, and the hybrid SVR (RBF)-ACO model are the most accurate and exact models for predicting the maximum relative length and width. The total grades for these models are 6.75 and 5.8, respectively. The ML method was presented by Latif & Ahmed (2023) to predict the reservoir inflow in the Dokan dam in Iraq and the Warragamba dam in Australia using SVR. The RMSE for the Dokan dam daily inflow is 145.7 and R2 is 0.85. The findings indicated that the ML had strong performance in Iraq, but its accuracy in Australia was lacking.
EXPERIMENTAL METHODOLOGY
There are three channel slopes, 1/100 and 1/200, and leveling cases (0°). The water level was measured using a point gauge with 0.1 mm accuracy for each experiment of the aforementioned instances, estimated standard depth, brink depth, and typical depth above the classic weir. There are 215 runs, 135 for rough, and 80 for smooth models.
Experimental procedures
The standard measurement weir is installed at the channel end until the water head is constant; then, the water level above the weir and measured water volume to time (head-discharge) measurement and used Equation (1) for actual discharge calculated then raise the weir and continue all sizes to ensure not influence on free overfall model, then repeat these procedures for other discharges.
THEORETICAL METHODOLOGY
REVIEW OF REGRESSION AND SOFT COMPUTING TECHNIQUES
Linear regression
M5P model
M5P-tree is a regression problem-solving genetic algorithm initially proposed by Quinlan Basser (1992). This tree approach establishes LR attributes on the station node by categorizing or splitting distinct data sections into numerous spaces. It suits a multiple LR model on each sublocation. The M5P-tree technique is based on continuous class issues rather than discontinuous slices, and it can handle functions with many dimensions. It displays the data for each built-in linear model component, making it possible to evaluate the nonlinear relationship between the datasets. Fault evaluation is conducted with the knowledge of the M5P-tree model tree separation criteria per node. The preset value difference of the class entering the node determines the number of errors. Any node solution is obtained using the feature that optimizes the predicted error reduction. Depending on fault estimates per node, details on the M5P-tree model tree splitting criteria are presented. The standard deviation (SD) of the target class at the node is used to compute the M5P error – overfitting results from this division, creating a large tree-like structure. The huge tree is trimmed in the second step, and the chopped subtrees are replaced with LR functions.
Random forest
The RF theory was established by Breiman (2001). A regression and categorization machine technique builds a collection of tree alternatives at random and predicts the class, which may be the categorization style and separate trees' regressions. To develop a tree, the RF has an assembly of input values at each node (Singh et al. 2017). A decision tree is vital in a packing-based RF classifier, a sampling strategy in which the identical specimens are utilized several times and then re-inserted into the database. It is a variation of the bootstrap grouping tree approach known as bagging if only sample bootstrapping is utilized for categorized or regressed and no sampling prediction is made.
An irregular forest-trained model is often used to build models because of its ease of use and excellent performance, even with small datasets. RFs were extensively employed in transportation research. Thakur et al. (2021) employed the RF model to forecast the bond strength of Fiber-reinforced plastic (FRP) bars and obtained good results.
Random tree
The RT method is a regulated teaching technique that creates several separate learners. The collected data are irregularly formed after trying to bag, termed a group teaching algorithm, and every node of an irregular tree is separated. The optimum among the subgroup of predictors is chosen randomly at that node (Aldous 1991). The random trees blend two current ML techniques: binary class trees and RF concepts. Each tree-like bagging is evaluated and regenerated with the training data.
All of the items in the subgroup were irregularly evaluated in the second phase at every node. Following this, the most suitable separation for the subgroup was calculated. For complicated and nonlinear relationships, RT-categorized data and analytics methods can be utilized (Shi et al. 2020). For the investigation, classification and regression approaches were applied. In the clustering algorithm, the classifier receives an input to categorize each tree in a forest group and provides results in a dataset that gets the majority of votes.
REP tree
The REP tree method is a rapid logical classifier trees methodology that leverages the notion of computer-selected random features to reduce variance inaccuracy (Quinlan 1987; Devasena 2014). The REP tree employs the logistic regression technique and creates several trees via multiple computation processes, from which the most straightforward tree was selected (Devasena 2014). Observing training datasets and reducing the tree's internal structure complexity enables the REP tree to provide a flexible and uncomplicated modeling approach whenever the result is significant (Mohamed et al. 2012). During this approach, the pruning algorithm considers the backward overfitting complexity and uses the post-pruning algorithm to encourage the lowest version of the best precision tree logic (Quinlan 1987; Chen et al. 2019). It only chooses numbers for mathematical characteristics once (Kalmegh 2015).
GP regression
A methodology for virtual ML called the vector method (GP regression) allows computer systems to adapt and enhance their capabilities. A method that acts directly above the feature space is GP regression, which is based on the idea that nearby observations must exchange data (Kuß 2006). Other GPs also include the expansion of the core of the Gaussian distribution. The mean and covariance show the Gaussian probability density matrix and the kernel-based correlation vector. GP regression models can predict the unknown input data based on the probability theorem. In addition, they may give expected accuracy, which raises the statistical significance of the predictive model's findings. A GP involves unlimited random variables; hence, procedures are grounded on multivariate Gaussian models. Since the invention of this approach a few years ago, it has been widely used in many study fields, including chemistry, medicine, construction, etc. (Singh et al. 2017).
PERFORMANCE EVALUATION PARAMETERS
Calculating the goodness-of-the-fit indices: In the present investigation, numerous necessary statistical measures such as the CC, normalized error (NE), RMSE, normalized root mean square errors (NRMSE), MAE, legates and McCabe's index (LMI), and Willmott's index (WI) were calculated to quantify the fit among the experimental data and the predicted data using applied models. Formulas of these indicators are listed in Equations (12)–(17).
DATASET
. | b (m) . | So . | yb (m) . | yn (m) . | K . | yc (m) . | Qact (m3/s) . |
---|---|---|---|---|---|---|---|
b (m) | 1.0000 | ||||||
So | 0.0000 | 1.0000 | |||||
yb (m) | 0.0000 | −0.2110 | 1.0000 | ||||
yn (m) | 0.0000 | −0.0998 | 0.9322 | 1.0000 | |||
K (m) | 0.0000 | −0.0251 | −0.0037 | 0.2236 | 1.0000 | ||
yc (m) | 0.0000 | −0.0644 | 0.9586 | 0.9604 | 0.0204 | 1.0000 | |
Qact (m3/s) | 0.0000 | −0.0694 | 0.9523 | 0.9599 | 0.0202 | 0.9976 | 1.0000 |
. | b (m) . | So . | yb (m) . | yn (m) . | K . | yc (m) . | Qact (m3/s) . |
---|---|---|---|---|---|---|---|
b (m) | 1.0000 | ||||||
So | 0.0000 | 1.0000 | |||||
yb (m) | 0.0000 | −0.2110 | 1.0000 | ||||
yn (m) | 0.0000 | −0.0998 | 0.9322 | 1.0000 | |||
K (m) | 0.0000 | −0.0251 | −0.0037 | 0.2236 | 1.0000 | ||
yc (m) | 0.0000 | −0.0644 | 0.9586 | 0.9604 | 0.0204 | 1.0000 | |
Qact (m3/s) | 0.0000 | −0.0694 | 0.9523 | 0.9599 | 0.0202 | 0.9976 | 1.0000 |
Statics . | b (m) . | So . | yb (m) . | yn (m) . | k . | yc (m) . | Qact (m3/s) . |
---|---|---|---|---|---|---|---|
Training dataset | |||||||
Minimum | 0.3000 | 0.0000 | 0.0120 | 0.0460 | 0.0000 | 0.0333 | 0.0057 |
Maximum | 0.3000 | 0.0100 | 0.0500 | 0.1050 | 0.0100 | 0.0791 | 0.0209 |
Mean | 0.3000 | 0.0037 | 0.0307 | 0.0717 | 0.0050 | 0.0539 | 0.0121 |
SD | 0.0000 | 0.0041 | 0.0096 | 0.0162 | 0.0037 | 0.0153 | 0.0051 |
Kurtosis | −2.0272 | −1.3321 | −0.8644 | −0.7151 | −1.4601 | −0.9274 | −0.7956 |
Skewness | 1.0101 | 0.5167 | 0.0672 | 0.3081 | 0.1539 | 0.2332 | 0.4455 |
Confidence level (95%) | 0.0000 | 0.0007 | 0.0016 | 0.0026 | 0.0006 | 0.0025 | 0.0008 |
Testing dataset | |||||||
Minimum | 0.3000 | 0.0000 | 0.0138 | 0.0470 | 0.0000 | 0.0333 | 0.0057 |
Maximum | 0.3000 | 0.0100 | 0.0490 | 0.1050 | 0.0100 | 0.0791 | 0.0209 |
Mean | 0.3000 | 0.0042 | 0.0323 | 0.0754 | 0.0051 | 0.0574 | 0.0133 |
SD | 0.0000 | 0.0043 | 0.0092 | 0.0166 | 0.0037 | 0.0157 | 0.0053 |
Kurtosis | −2.0645 | −1.5701 | −0.8166 | −0.9951 | −1.4262 | −1.1215 | −1.1674 |
Skewness | −1.0238 | 0.3378 | −0.1863 | 0.0971 | 0.0549 | 0.1096 | 0.2858 |
Confidence level (95%) | 0.0000 | 0.0011 | 0.0023 | 0.0041 | 0.0009 | 0.0039 | 0.0013 |
Statics . | b (m) . | So . | yb (m) . | yn (m) . | k . | yc (m) . | Qact (m3/s) . |
---|---|---|---|---|---|---|---|
Training dataset | |||||||
Minimum | 0.3000 | 0.0000 | 0.0120 | 0.0460 | 0.0000 | 0.0333 | 0.0057 |
Maximum | 0.3000 | 0.0100 | 0.0500 | 0.1050 | 0.0100 | 0.0791 | 0.0209 |
Mean | 0.3000 | 0.0037 | 0.0307 | 0.0717 | 0.0050 | 0.0539 | 0.0121 |
SD | 0.0000 | 0.0041 | 0.0096 | 0.0162 | 0.0037 | 0.0153 | 0.0051 |
Kurtosis | −2.0272 | −1.3321 | −0.8644 | −0.7151 | −1.4601 | −0.9274 | −0.7956 |
Skewness | 1.0101 | 0.5167 | 0.0672 | 0.3081 | 0.1539 | 0.2332 | 0.4455 |
Confidence level (95%) | 0.0000 | 0.0007 | 0.0016 | 0.0026 | 0.0006 | 0.0025 | 0.0008 |
Testing dataset | |||||||
Minimum | 0.3000 | 0.0000 | 0.0138 | 0.0470 | 0.0000 | 0.0333 | 0.0057 |
Maximum | 0.3000 | 0.0100 | 0.0490 | 0.1050 | 0.0100 | 0.0791 | 0.0209 |
Mean | 0.3000 | 0.0042 | 0.0323 | 0.0754 | 0.0051 | 0.0574 | 0.0133 |
SD | 0.0000 | 0.0043 | 0.0092 | 0.0166 | 0.0037 | 0.0157 | 0.0053 |
Kurtosis | −2.0645 | −1.5701 | −0.8166 | −0.9951 | −1.4262 | −1.1215 | −1.1674 |
Skewness | −1.0238 | 0.3378 | −0.1863 | 0.0971 | 0.0549 | 0.1096 | 0.2858 |
Confidence level (95%) | 0.0000 | 0.0011 | 0.0023 | 0.0041 | 0.0009 | 0.0039 | 0.0013 |
RESULTS AND DISCUSSION
In this study, the parameters were adapted to predict the yc (m) and Q flowing through the depth model's terminus (Q (m3/s), free overfall. The results and discussion of LR, M5P, RF, RT, REP tree, and GP-based models' performance are covered in this portion.
Assessment of regression and soft computing-based model for critical depth yc
Table 3 shows the achievement evaluation parameters for every one of the models utilized in the training and testing phases. The RT study estimates the yc better than other models when examining performance assessment indicators during training. This model is more effective than the different applied models. Table 3 recommends that the LR model also performs superior to the GP_Poly model for predicting yc. Typically, throughout the training stage, the models can be categorized from finest to lowest: RT, RF, Pearson VII kernel function-based GP model, REP tree, M5P, GP_RBF, LR, and GP_Poly.
Models . | CC . | RMSE . | WI . | LMI . | NE . | NRMSE . | MAE . |
---|---|---|---|---|---|---|---|
Training dataset | |||||||
LR | 0.9856 | 0.0026 | 0.9927 | 0.8264 | 0.9712 | 0.0482 | 0.0021 |
M5P | 0.9945 | 0.0016 | 0.9971 | 0.8969 | 0.9888 | 0.0301 | 0.0013 |
RF | 0.9990 | 0.0007 | 0.9994 | 0.9680 | 0.9977 | 0.0137 | 0.0004 |
RT | 1.0000 | 0.0000 | 1.0000 | 1.0000 | 1.0000 | 0.0000 | 0.0000 |
REP tree | 0.9961 | 0.0013 | 0.9980 | 0.9604 | 0.9922 | 0.0251 | 0.0005 |
GP_PUK | 0.9977 | 0.0011 | 0.9988 | 0.9452 | 0.9952 | 0.0196 | 0.0007 |
GP_Poly | 0.8929 | 0.0073 | 0.9302 | 0.5930 | 0.7690 | 0.1366 | 0.0050 |
GP_RBF | 0.9945 | 0.0016 | 0.9972 | 0.9040 | 0.9889 | 0.0300 | 0.0012 |
Testing dataset | |||||||
LR | 0.9837 | 0.0028 | 0.9917 | 0.8247 | 0.9677 | 0.0487 | 0.0023 |
M5P | 0.9720 | 0.0038 | 0.9841 | 0.8159 | 0.9408 | 0.0659 | 0.0024 |
RF | 0.9805 | 0.0034 | 0.9864 | 0.8523 | 0.9514 | 0.0597 | 0.0019 |
RT | 0.9666 | 0.0041 | 0.9819 | 0.9015 | 0.9291 | 0.0721 | 0.0013 |
REP tree | 0.9284 | 0.0062 | 0.9555 | 0.7960 | 0.8424 | 0.1075 | 0.0027 |
GP_PUK | 0.9909 | 0.0021 | 0.9954 | 0.8816 | 0.9818 | 0.0366 | 0.0016 |
GP_Poly | 0.9074 | 0.0070 | 0.9454 | 0.6342 | 0.7971 | 0.1220 | 0.0048 |
GP_RBF | 0.9912 | 0.0021 | 0.9956 | 0.8839 | 0.9823 | 0.0361 | 0.0015 |
Models . | CC . | RMSE . | WI . | LMI . | NE . | NRMSE . | MAE . |
---|---|---|---|---|---|---|---|
Training dataset | |||||||
LR | 0.9856 | 0.0026 | 0.9927 | 0.8264 | 0.9712 | 0.0482 | 0.0021 |
M5P | 0.9945 | 0.0016 | 0.9971 | 0.8969 | 0.9888 | 0.0301 | 0.0013 |
RF | 0.9990 | 0.0007 | 0.9994 | 0.9680 | 0.9977 | 0.0137 | 0.0004 |
RT | 1.0000 | 0.0000 | 1.0000 | 1.0000 | 1.0000 | 0.0000 | 0.0000 |
REP tree | 0.9961 | 0.0013 | 0.9980 | 0.9604 | 0.9922 | 0.0251 | 0.0005 |
GP_PUK | 0.9977 | 0.0011 | 0.9988 | 0.9452 | 0.9952 | 0.0196 | 0.0007 |
GP_Poly | 0.8929 | 0.0073 | 0.9302 | 0.5930 | 0.7690 | 0.1366 | 0.0050 |
GP_RBF | 0.9945 | 0.0016 | 0.9972 | 0.9040 | 0.9889 | 0.0300 | 0.0012 |
Testing dataset | |||||||
LR | 0.9837 | 0.0028 | 0.9917 | 0.8247 | 0.9677 | 0.0487 | 0.0023 |
M5P | 0.9720 | 0.0038 | 0.9841 | 0.8159 | 0.9408 | 0.0659 | 0.0024 |
RF | 0.9805 | 0.0034 | 0.9864 | 0.8523 | 0.9514 | 0.0597 | 0.0019 |
RT | 0.9666 | 0.0041 | 0.9819 | 0.9015 | 0.9291 | 0.0721 | 0.0013 |
REP tree | 0.9284 | 0.0062 | 0.9555 | 0.7960 | 0.8424 | 0.1075 | 0.0027 |
GP_PUK | 0.9909 | 0.0021 | 0.9954 | 0.8816 | 0.9818 | 0.0366 | 0.0016 |
GP_Poly | 0.9074 | 0.0070 | 0.9454 | 0.6342 | 0.7971 | 0.1220 | 0.0048 |
GP_RBF | 0.9912 | 0.0021 | 0.9956 | 0.8839 | 0.9823 | 0.0361 | 0.0015 |
The GP RBF model outperforms other applicable models in the testing process with the lowest RMSE of 0.0021, NRMSE of 0.0361, MAE of 0.0015 and the highest CC of 0.9912, LMI of 0.8839, WI of 0.9956, NE of 0.9823. This model is more effective than the previous one that has been used. Table 3 shows that the LR model outperforms the M5P, RF, RT, REP tree, and GP Poly models for yc prediction, with CC values of 0.9837, RMSE values of 0.0028, WI values of 0.9927, LMI values of 0.8264, NE values of 0.9712, NRMSE values of 0.0482, and MAE values of 0.0021 for testing stages. The models can be ordered from good to bad throughout the testing stage: GP_RBF, GP_PUK, LR, RF, M5P, RT, REP tree, and GP_Poly. By using various soft computing algorithms, Appendix A displays the consistency plot of natural versus anticipated yc values for training and testing phases. These figures indicate that the GP_RBF model is the best-applied model to predict the actual depth. All predicted values using the GP_RBF model lie much closer to the line of perfect agreement (y = x), with R2 values as 0.989 and 0.982 for the training and testing stages, respectively. Results of single-factor ANOVA suggest that there is an insignificant difference among various groups. Table 4 indicates that all predictive models are suitable for predicting yc using this dataset.
Sr. No. . | Source of variation . | F . | P-value . | F crit . | Insignificant variation . |
---|---|---|---|---|---|
1 | Between actual and LR groups | 0.00007 | 0.99352 | 3.91514 | ✓ |
2 | Between actual and M5P groups | 0.10823 | 0.74271 | 3.91514 | ✓ |
3 | Between actual and RF groups | 0.10949 | 0.74127 | 3.91514 | ✓ |
4 | Between actual and RT groups | 0.14652 | 0.70252 | 3.91514 | ✓ |
5 | Between actual and REP tree groups | 0.67489 | 0.41288 | 3.91514 | ✓ |
6 | Between actual and GP_PUK groups | 0.00003 | 0.99550 | 3.91514 | ✓ |
7 | Between actual and GP_Poly groups | 0.75192 | 0.38749 | 3.91514 | ✓ |
8 | Between actual and GP_RBF groups | 0.00154 | 0.96877 | 3.91514 | ✓ |
9 | Between actual and all applied groups | 0.42837 | 0.90421 | 1.95446 | ✓ |
Sr. No. . | Source of variation . | F . | P-value . | F crit . | Insignificant variation . |
---|---|---|---|---|---|
1 | Between actual and LR groups | 0.00007 | 0.99352 | 3.91514 | ✓ |
2 | Between actual and M5P groups | 0.10823 | 0.74271 | 3.91514 | ✓ |
3 | Between actual and RF groups | 0.10949 | 0.74127 | 3.91514 | ✓ |
4 | Between actual and RT groups | 0.14652 | 0.70252 | 3.91514 | ✓ |
5 | Between actual and REP tree groups | 0.67489 | 0.41288 | 3.91514 | ✓ |
6 | Between actual and GP_PUK groups | 0.00003 | 0.99550 | 3.91514 | ✓ |
7 | Between actual and GP_Poly groups | 0.75192 | 0.38749 | 3.91514 | ✓ |
8 | Between actual and GP_RBF groups | 0.00154 | 0.96877 | 3.91514 | ✓ |
9 | Between actual and all applied groups | 0.42837 | 0.90421 | 1.95446 | ✓ |
Assessment of regression and soft computing-based model for actual discharge Q (m3/s)
The performance assessment parameters of each of the models used to predict actual Q (m3/s) in the training and testing stages are listed in Table 5. The measurement of performance evaluation indices in the training stages shows that the RT model predicts the actual Q (m3/s) superior to other models. The RT model has had the minor RMSE = 0, NRMSE = 0, MAE = 0.0, and the most incredible CC = 1, LMI = 1, WI = 1, and Nash-Sutcliffe efficiency (NSE) = 1 in the training phase, according to the performance indicators. This model is more accurate than the other applied model's model. Table 5 suggests that the LR model is also performing better than the polynomial kernel function-based (GP_Poly)-based model for the prediction of actual Q with CC values as 0.9812, RMSE values as 0.0010, WI values as 0.9902, LMI values as 0.8112, NE values as 0.9620, NRMSE values as 0.0806, and MAE values as 0.0008 for the training stage. In general, throughout the training phase, the models can be categorized from the highest to the lowest in this manner: RT, RF, Pearson VII kernel function-based GP_PUK, REP tree, radial basis kernel function-based (GP_RBF), M5P, LR, and polynomial kernel function-based GP_Poly.
Models . | CC . | RMSE . | WI . | LMI . | NE . | NRMSE . | MAE . |
---|---|---|---|---|---|---|---|
Training dataset | |||||||
LR | 0.9812 | 0.0010 | 0.9902 | 0.8112 | 0.9620 | 0.0806 | 0.0008 |
M5P | 0.9909 | 0.0007 | 0.9951 | 0.8895 | 0.9810 | 0.0569 | 0.0005 |
RF | 0.9978 | 0.0003 | 0.9988 | 0.9712 | 0.9953 | 0.0283 | 0.0001 |
RT | 1.0000 | 0.0000 | 1.0000 | 1.0000 | 1.0000 | 0.0000 | 0.0000 |
REP tree | 0.9946 | 0.0005 | 0.9972 | 0.9680 | 0.9891 | 0.0432 | 0.0001 |
GP_PUK | 0.9964 | 0.0004 | 0.9981 | 0.9536 | 0.9925 | 0.0359 | 0.0002 |
GP_Poly | 0.9202 | 0.0021 | 0.9502 | 0.6316 | 0.8312 | 0.1698 | 0.0015 |
GP_RBF | 0.9946 | 0.0005 | 0.9971 | 0.9295 | 0.9886 | 0.0442 | 0.0003 |
Testing dataset | |||||||
LR | 0.9796 | 0.0011 | 0.9891 | 0.8189 | 0.9584 | 0.0806 | 0.0008 |
M5P | 0.9672 | 0.0015 | 0.9791 | 0.8120 | 0.9242 | 0.1089 | 0.0009 |
RF | 0.9740 | 0.0014 | 0.9808 | 0.8556 | 0.9324 | 0.1028 | 0.0007 |
RT | 0.9677 | 0.0013 | 0.9832 | 0.9093 | 0.9357 | 0.1002 | 0.0004 |
REP tree | 0.9310 | 0.0021 | 0.9552 | 0.8153 | 0.8434 | 0.1564 | 0.0008 |
GP_PUK | 0.9890 | 0.0008 | 0.9940 | 0.8858 | 0.9769 | 0.0601 | 0.0005 |
GP_Poly | 0.9437 | 0.0018 | 0.9684 | 0.7146 | 0.8851 | 0.1340 | 0.0013 |
GP_RBF | 0.9916 | 0.0007 | 0.9956 | 0.9026 | 0.9830 | 0.0516 | 0.0004 |
Models . | CC . | RMSE . | WI . | LMI . | NE . | NRMSE . | MAE . |
---|---|---|---|---|---|---|---|
Training dataset | |||||||
LR | 0.9812 | 0.0010 | 0.9902 | 0.8112 | 0.9620 | 0.0806 | 0.0008 |
M5P | 0.9909 | 0.0007 | 0.9951 | 0.8895 | 0.9810 | 0.0569 | 0.0005 |
RF | 0.9978 | 0.0003 | 0.9988 | 0.9712 | 0.9953 | 0.0283 | 0.0001 |
RT | 1.0000 | 0.0000 | 1.0000 | 1.0000 | 1.0000 | 0.0000 | 0.0000 |
REP tree | 0.9946 | 0.0005 | 0.9972 | 0.9680 | 0.9891 | 0.0432 | 0.0001 |
GP_PUK | 0.9964 | 0.0004 | 0.9981 | 0.9536 | 0.9925 | 0.0359 | 0.0002 |
GP_Poly | 0.9202 | 0.0021 | 0.9502 | 0.6316 | 0.8312 | 0.1698 | 0.0015 |
GP_RBF | 0.9946 | 0.0005 | 0.9971 | 0.9295 | 0.9886 | 0.0442 | 0.0003 |
Testing dataset | |||||||
LR | 0.9796 | 0.0011 | 0.9891 | 0.8189 | 0.9584 | 0.0806 | 0.0008 |
M5P | 0.9672 | 0.0015 | 0.9791 | 0.8120 | 0.9242 | 0.1089 | 0.0009 |
RF | 0.9740 | 0.0014 | 0.9808 | 0.8556 | 0.9324 | 0.1028 | 0.0007 |
RT | 0.9677 | 0.0013 | 0.9832 | 0.9093 | 0.9357 | 0.1002 | 0.0004 |
REP tree | 0.9310 | 0.0021 | 0.9552 | 0.8153 | 0.8434 | 0.1564 | 0.0008 |
GP_PUK | 0.9890 | 0.0008 | 0.9940 | 0.8858 | 0.9769 | 0.0601 | 0.0005 |
GP_Poly | 0.9437 | 0.0018 | 0.9684 | 0.7146 | 0.8851 | 0.1340 | 0.0013 |
GP_RBF | 0.9916 | 0.0007 | 0.9956 | 0.9026 | 0.9830 | 0.0516 | 0.0004 |
During the testing stage, the GP RBF model outperformed other applicable models in predicting accurate Q, with the lowest RMSE = 0.0007, NRMSE = 0.0516, MAE = 0.0004, and the highest CC = 0.9916, LMI = 0.9026, WI = 0.9956, NE = 0.9830. This model is much more effective than the others that have been used. Table 5 proposes that the LR model is also outperforming superior M5P, RF, RT, REP tree, and GP_Poly-based models for the prediction of actual Q with CC values as 0.9796, RMSE values as 0.0011, WI values as 0.9891, LMI values as 0.8189, NE values as 0.9584, NRMSE values as 0.0806, and MAE values as 0.0008 for testing stages. The models can be categorized from the best to lowest throughout the testing phase: GP_RBF, GP_PUK, LR, RF, M5P, RT, GP_Poly, and REP tree. Appendix B shows the agreement plot of actual versus predicted values of real Q with various soft computing techniques for training and testing stages. These figures also indicate that the GP_RBF model is the best among all applied models for the prediction of actual Q. All the predicted values using the GP_RBF model lie very close to a line of perfect agreement (y = x) with R2 values as 0.989 and 0.983 for training and testing stages, respectively. Results of single-factor ANOVA suggest that there is an insignificant difference among various groups. Table 6 indicates that all predictive models are suitable for predicting actual Q using this dataset.
Sr. No. . | Source of variation . | F . | P-value . | F crit . | Insignificant variation . |
---|---|---|---|---|---|
1 | Between actual and LR groups | 0.02893 | 0.86520 | 3.91514 | ✓ |
2 | Between actual and M5P groups | 0.30136 | 0.58399 | 3.91514 | ✓ |
3 | Between actual and RF groups | 0.29215 | 0.58979 | 3.91514 | ✓ |
4 | Between actual and RT groups | 0.02249 | 0.88101 | 3.91514 | ✓ |
5 | Between actual and REP tree groups | 0.78198 | 0.37819 | 3.91514 | ✓ |
6 | Between actual and GP_PUK groups | 0.02792 | 0.86757 | 3.91514 | ✓ |
7 | Between actual and GP_Poly groups | 0.18148 | 0.67082 | 3.91514 | ✓ |
8 | Between actual and GP_RBF groups | 0.00688 | 0.93400 | 3.91514 | ✓ |
9 | Between actual and all applied groups | 0.28975 | 0.96938 | 1.95446 | ✓ |
Sr. No. . | Source of variation . | F . | P-value . | F crit . | Insignificant variation . |
---|---|---|---|---|---|
1 | Between actual and LR groups | 0.02893 | 0.86520 | 3.91514 | ✓ |
2 | Between actual and M5P groups | 0.30136 | 0.58399 | 3.91514 | ✓ |
3 | Between actual and RF groups | 0.29215 | 0.58979 | 3.91514 | ✓ |
4 | Between actual and RT groups | 0.02249 | 0.88101 | 3.91514 | ✓ |
5 | Between actual and REP tree groups | 0.78198 | 0.37819 | 3.91514 | ✓ |
6 | Between actual and GP_PUK groups | 0.02792 | 0.86757 | 3.91514 | ✓ |
7 | Between actual and GP_Poly groups | 0.18148 | 0.67082 | 3.91514 | ✓ |
8 | Between actual and GP_RBF groups | 0.00688 | 0.93400 | 3.91514 | ✓ |
9 | Between actual and all applied groups | 0.28975 | 0.96938 | 1.95446 | ✓ |
Model optimization for sensitivity analysis
Because the GP RBF-based model outperforms all regression and soft programming models for predicting (yc) and discharge crossing over the end-depth model (Q), a sensitivity analysis was conducted with the GP RBF model to determine the most sensitive feature among input variables for predicting (yc) and discharge crossing over the terminal depth model (Q). For (yc) and discharge crossing above the terminal depth model, input configuration models are generated by removing one input parameter in each case, as shown in Tables 7 and 8 (Q). The root-mean-square error, MAE, and CC are considered while evaluating each model's performance. The friction coefficient is the dataset's most significant input variable for evaluating yc. Table 7 also indicates that the friction coefficient has a substantial influence in predicting the discharge passing over the end-depth model (Q) compared to other input parameters in this study. The friction coefficient and normal depth are the most significant input variables compared to other parameters for predicting (yc) and discharge crossing above the end-depth model (Q).
Input combination . | Output . | Eliminated parameter . | GP_RBF-based model . | |||||||
---|---|---|---|---|---|---|---|---|---|---|
b (m) . | So . | yb (m) . | Yn (m) . | k . | yc . | CC . | RMSE . | MAE . | Rank . | |
✓ | ✓ | ✓ | ✓ | ✓ | ✓ | Nil | 0.9916 | 0.0021 | 0.0015 | – |
✗ | ✓ | ✓ | ✓ | ✓ | ✓ | b (m) | 0.9912 | 0.0021 | 0.0017 | 5 |
✓ | ✗ | ✓ | ✓ | ✓ | ✓ | So | 0.9856 | 0.0026 | 0.0022 | 4 |
✓ | ✓ | ✗ | ✓ | ✓ | ✓ | yb | 0.9845 | 0.0028 | 0.0022 | 3 |
✓ | ✓ | ✓ | ✗ | ✓ | ✓ | yn (m) | 0.9807 | 0.0031 | 0.0023 | 2 |
✓ | ✓ | ✓ | ✓ | ✗ | ✓ | K | 0.9770 | 0.0033 | 0.0025 | 1 |
Input combination . | Output . | Eliminated parameter . | GP_RBF-based model . | |||||||
---|---|---|---|---|---|---|---|---|---|---|
b (m) . | So . | yb (m) . | Yn (m) . | k . | yc . | CC . | RMSE . | MAE . | Rank . | |
✓ | ✓ | ✓ | ✓ | ✓ | ✓ | Nil | 0.9916 | 0.0021 | 0.0015 | – |
✗ | ✓ | ✓ | ✓ | ✓ | ✓ | b (m) | 0.9912 | 0.0021 | 0.0017 | 5 |
✓ | ✗ | ✓ | ✓ | ✓ | ✓ | So | 0.9856 | 0.0026 | 0.0022 | 4 |
✓ | ✓ | ✗ | ✓ | ✓ | ✓ | yb | 0.9845 | 0.0028 | 0.0022 | 3 |
✓ | ✓ | ✓ | ✗ | ✓ | ✓ | yn (m) | 0.9807 | 0.0031 | 0.0023 | 2 |
✓ | ✓ | ✓ | ✓ | ✗ | ✓ | K | 0.9770 | 0.0033 | 0.0025 | 1 |
Input combination . | Output . | Eliminated parameter . | GP_RBF-based model . | |||||||
---|---|---|---|---|---|---|---|---|---|---|
b (m) . | So . | yb (m) . | yn (m) . | k . | Q (m3/s) . | CC . | RMSE . | MAE . | Rank . | |
✓ | ✓ | ✓ | ✓ | ✓ | ✓ | Nil | 0.9916 | 0.0007 | 0.0004 | – |
✗ | ✓ | ✓ | ✓ | ✓ | ✓ | b(m) | 0.9912 | 0.0007 | 0.0005 | 5 |
✓ | ✗ | ✓ | ✓ | ✓ | ✓ | So | 0.9857 | 0.0009 | 0.0007 | 4 |
✓ | ✓ | ✗ | ✓ | ✓ | ✓ | yb(m) | 0.9856 | 0.0009 | 0.0007 | 3 |
✓ | ✓ | ✓ | ✗ | ✓ | ✓ | yn(m) | 0.9790 | 0.0011 | 0.0008 | 2 |
✓ | ✓ | ✓ | ✓ | ✗ | ✓ | K | 0.9743 | 0.0012 | 0.0009 | 1 |
Input combination . | Output . | Eliminated parameter . | GP_RBF-based model . | |||||||
---|---|---|---|---|---|---|---|---|---|---|
b (m) . | So . | yb (m) . | yn (m) . | k . | Q (m3/s) . | CC . | RMSE . | MAE . | Rank . | |
✓ | ✓ | ✓ | ✓ | ✓ | ✓ | Nil | 0.9916 | 0.0007 | 0.0004 | – |
✗ | ✓ | ✓ | ✓ | ✓ | ✓ | b(m) | 0.9912 | 0.0007 | 0.0005 | 5 |
✓ | ✗ | ✓ | ✓ | ✓ | ✓ | So | 0.9857 | 0.0009 | 0.0007 | 4 |
✓ | ✓ | ✗ | ✓ | ✓ | ✓ | yb(m) | 0.9856 | 0.0009 | 0.0007 | 3 |
✓ | ✓ | ✓ | ✗ | ✓ | ✓ | yn(m) | 0.9790 | 0.0011 | 0.0008 | 2 |
✓ | ✓ | ✓ | ✓ | ✗ | ✓ | K | 0.9743 | 0.0012 | 0.0009 | 1 |
CONCLUSIONS
This study examines how soft computing and regression approaches can forecast (yc) and discharge over the terminal depth model (Q). For estimating (yc) and flow crossing through the end-depth model, LR, M5P, RF, RT, REP tree, and GP-based models are utilized (Q). The behavior of constructed models is assessed using seven distinct goodness-of-fit criteria. According to achievement examination results, it is observed that the radial kernel function-based GP model (GP_RBF) is the most suitable model for the prediction of yc and Q crossing above the end-depth model (Q) compared to other applied models with lowest RMSE = 0.0021, 0.007, NRMSE = 0.0361, 0.0516, MAE = 0.0015, 0.004 and the highest CC = 0.9912, 0.9916, LMI = 0.8839, 0.9026, WI = 0.9956, 0.9956 and NE = 0.9823, 09830 for yc and Q crossing above the end-depth model (Q), respectively, with testing stage. Another primary outcome of this investigation is that LR-based equations' performance is better than all applied models except GP_PUK and GP_RBF for yc and Q.
Sensitivity analysis results indicate that the friction coefficient is the most significant input variable compared to other parameters for predicting yc and Q crossing above the end-depth model (Q) using this dataset.
DATA AVAILABILITY STATEMENT
All relevant data are included in the paper or its Supplementary Information.
CONFLICT OF INTEREST
The authors declare there is no conflict.