基于CatBoost的预测斜坡稳定性早期预警模型
Yuan Cai1, Ying Yuan2, Aihong Zhou3
1School of Urban Geology and Engineering, Hebei GEO University, Shijiazhuang, 050031, China.
Scientific reports
|October 29, 2024
概括
一个新的分类提升 (CatBoost) 模型使用六个特征准确预测斜率稳定性. 这种先进的模型提供了可靠的倾斜不稳定的早期警告,优于其他机器学习方法.
科学领域:
- 地质技术工程 地质技术工程
- 机器学习应用 机器学习应用
背景情况:
- 斜坡的稳定性对于基础设施安全至关重要.
- 需要准确的预测模型来减轻与斜坡失败相关的风险.
研究的目的:
- 开发和评估一种用于预测斜率稳定的新型机器学习模型.
- 建立一个关于斜坡不稳定的早期预警系统.
主要方法:
- 使用六个斜率特征开发了一个分类提升 (CatBoost) 模型.
- CatBoost模型使用了一个对称的树底,有序的提升.
- 性能与支持向量机 (SVM),光梯度增强机 (LGBM),随机森林 (RF) 和后勤回归 (LR) 进行了比较,使用了五个指标.
主要成果:
- CatBoost模型实现了100%的精度和0.95.9的曲线下面积 (AUC).
- 它显示了训练和测试集之间的低准确度差异 (6.25%),表明有效的过拟合缓解.
- 该模型的预测使得建立一个可靠的斜率不稳定警告系统成为可能.
结论:
- CatBoost模型为斜坡稳定性评估提供了卓越的预测准确性和稳定性.
- 开发的早期预警系统为实际的风险管理提供了有价值的分类.
- 这种方法提高了地理危险预测的研究和实际应用.
相关概念视频
Survival Tree
61
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
61
Prediction Intervals
2.2K
The interval estimate of any variable is known as the prediction interval. It helps decide if a point estimate is dependable.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
2.2K
Residuals and Least-Squares Property
7.3K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.3K
Regression Toward the Mean
6.3K
Regression toward the mean (“RTM”) is a phenomenon in which extremely high or low values—for example, and individual’s blood pressure at a particular moment—appear closer to a group’s average upon remeasuring. Although this statistical peculiarity is the result of random error and chance, it has been problematic across various medical, scientific, financial and psychological applications. In particular, RTM, if not taken into account, can interfere when...
6.3K
Calibration Curves: Linear Least Squares
1.2K
A calibration curve is a plot of the instrument's response against a series of known concentrations of a substance. This curve is used to set the instrument response levels, using the substance and its concentrations as standards. Alternatively, or additionally, an equation is fitted to the calibration curve plot and subsequently used to calculate the unknown concentrations of other samples reliably.
For data that follow a straight line, the standard method for fitting is the linear...
For data that follow a straight line, the standard method for fitting is the linear...
1.2K
Multiple Regression
2.9K
Multiple regression assesses a linear relationship between one response or dependent variable and two or more independent variables. It has many practical applications.
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
Farmers can use multiple regression to determine the crop yield based on more than one factor, such as water availability, fertilizer, soil properties, etc. Here, the crop yield is the response or dependent variable as it depends on the other independent variables. The analysis requires the construction of a scatter plot...
2.9K


