动态加权集成模型提升贷款违约预测准确率
An Optimised Greedy-Weighted Ensemble Framework for Financial Loan Default Prediction
- 用粒子群优化调参,再通过贪婪加权融合多模型预测
- 在Lending Club数据集上达AUC 0.80、召回率0.81
- 适合金融风控、信贷决策等需要高可靠性的场景
准确预测贷款违约是信用风险管理的核心挑战,尤其在具有非线性关系、类别不平衡和借款人行为演变的现代金融数据中。传统统计模型和静态集成方法难以维持稳定性能。本文提出一种优化的贪心加权集成框架,根据实际预测表现动态分配模型权重。该框架整合多个机器学习分类器,先用粒子群优化(PSO)调优超参数,再通过正则化贪心加权机制融合预测结果。同时,在堆叠集成中引入基于神经网络的元学习器,以捕捉模型输出间的高阶关系。在Lending Club数据集上的实验表明,该框架优于单个分类器。其中BlendNet集成取得最佳效果:AUC为0.80,宏平均F1得分为0.73,违约召回率达0.81。校准分析显示,树基集成如Extra Trees和梯度提升提供最可靠的概率估计,而堆叠集成具有更强排序能力。通过递归特征消除进行特征分析,发现循环使用率、年收入和债务收入比是最具影响力的预测因子。研究证明,基于性能的集成加权可同时提升预测准确性和可解释性。该框架为机构信用评估、风险监控与金融决策提供了可扩展的数据驱动方法。
原文摘要 · Abstract (English)
Accurate prediction of loan defaults is a central challenge in credit risk management, particularly in modern financial datasets characterised by nonlinear relationships, class imbalance, and evolving borrower behaviour. Traditional statistical models and static ensemble methods often struggle to maintain reliable performance under such conditions. This study proposes an Optimised Greedy-Weighted Ensemble framework for loan default prediction that dynamically allocates model weights based on empirical predictive performance. The framework integrates multiple machine learning classifiers, with their hyperparameters first optimised using Particle Swarm Optimisation. Model predictions are then combined via a regularised greedy weighting mechanism. At the same time, a neural-network-based meta-learner is employed within stacked-ensemble to capture higher-order relationships among model outputs. Experiments conducted on the Lending Club dataset demonstrate that the proposed framework improves predictive performance compared with individual classifiers. The BlendNet ensemble achieved the strongest results with an AUC of 0.80, a macro-average F1-score of 0.73, and a default recall of 0.81. Calibration analysis further shows that tree-based ensembles such as Extra Trees and Gradient Boosting provide the most reliable probability estimates, while the stacked ensemble offers superior ranking capability. Feature analysis using Recursive Feature Elimination identifies revolving utilisation, annual income, and debt-to-income ratio as the most influential predictors of loan default. These findings demonstrate that performance-driven ensemble weighting can improve both predictive accuracy and interpretability in credit risk modelling. The proposed framework provides a scalable data-driven approach to support institutional credit assessment, risk monitoring, and financial decision-making.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。