用集成方法和SMOTE缓解在离职率预测中的类失衡
R Suguna1, J Suriya Prakash2, H Aditya Pai3
1Department of Computer Science and Engineering, Vel Tech Rangarajan Dr. Sagunthala R&D Institute of Science and Technology, Chennai, India.
Scientific reports
|May 9, 2025
概括
不平衡的数据集显著降低了机器学习模型的准确性,特别是在流失预测中. 使用像SMOTE这样的技术来平衡数据,可以大大提高模型性能和预测可靠性.
科学领域:
- 机器学习 机器学习
- 数据科学数据科学数据科学
- 预测分析是一种预测分析.
背景情况:
- 不平衡的数据集在机器学习中构成了重大挑战,导致有偏见的模型.
- 这种偏见特别影响预测分析应用程序,如客户流失预测.
- 准确的预测需要解决数据偏差的问题.
研究的目的:
- 调查不平衡数据集对机器学习模型准确性的影响.
- 在不平衡的数据上评估各种分类器和集合模型的性能.
- 评估数据平衡技术在提高预测性能方面的有效性.
主要方法:
- 利用流失数据集来评估数据不平衡下的模型性能.
- 对比了九个单独的分类器和六个均的整体模型.
- 应用了SMOTE (合成少数人过量采样技术) 采样方法来平衡数据集.
主要成果:
- 集成模型在不平衡的数据上显示出比单个分类器更好的预测性能,尽管准确性仍然不够理想.
- 在SMOTE平衡后,模型性能从61%提高到79%.
- 在流失预测中,Adaboost以87.6%的F1-Score取得了最高的表现.
结论:
- 数据平衡对于准确的机器学习预测至关重要.
- 在不平衡的数据集中,SMOTE有效地减轻了偏差.
- Adaboost 在流失预测任务中表现出卓越的性能.
相关概念视频
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
Aggregates Classification
290
Aggregate classification is generally based on its size, petrographic characteristics, weight, and source. Size classification ranges from coarse to fine aggregates, defined by the size of the particles. Coarse aggregates are particles that do not pass through ASTM sieve No. 4, and aggregates that pass through the sieve are fine aggregates.
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
Petrographic classification groups aggregates based on common mineralogical characteristics. Some of the common mineral groups found in aggregates are...
290
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
Estimating Population Mean with Unknown Standard Deviation
7.5K
In practice, we rarely know the population standard deviation. In the past, when the sample size was large, this did not present a problem to statisticians. They used the sample standard deviation s as an estimate for σ and proceeded as before to calculate a confidence interval with close enough results. However, statisticians ran into problems when the sample size was small. A small sample size caused inaccuracies in the confidence interval.
William S. Gosset (1876–1937) of the...
William S. Gosset (1876–1937) of the...
7.5K
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
Estimating Population Mean with Known Standard Deviation
8.2K
To construct a confidence interval for a single unknown population mean μ, where the population standard deviation is known, we need sample mean as an estimate for μ and we need the margin of error. Here, the margin of error (EBM) is called the error bound for a population mean (abbreviated EBM). The sample mean is the point estimate of the unknown population mean μ.
The confidence interval estimate will have the form as follows:
(point estimate - error bound, point estimate +...
The confidence interval estimate will have the form as follows:
(point estimate - error bound, point estimate +...
8.2K


