PDx通过动态更新机制,让信贷风险模型持续精准预测违约概率。
PDx -- Adaptive Credit Risk Forecasting Model in Digital Lending using Machine Learning Operations
- 构建MLOps流水线,实现模型自动监控、重训练与验证。
- 决策树集成模型表现最佳,但需频繁更新以保持精度。
- 适合快速变化的短期小额贷款场景,提升模型长期有效性。
本文提出PDx,一种基于机器学习运维(MLOps)的自适应信用风险预测系统,用于数字借贷中的违约概率(PD)建模。传统PD模型在开发阶段注重预测准确率,却常忽视对借款人行为变化的持续适应,导致生产环境中的模型随时间退化,产生不准确的违约预测。许多金融机构也难以将机器学习模型从开发环境部署到生产并持续维护其健康状态。PDx通过端到端的模型生命周期管理,整合了持续监控、重训练和验证,解决上述问题。我们引入动态冠军-挑战者框架,定期用最新数据校准基线模型参数,并通过时序外验证选择最优模型,确保模型对数据漂移和信用风险模式变化的鲁棒性。实证分析显示,基于决策树的集成模型在识别违约者方面始终优于其他模型,但需频繁更新以维持性能;而线性模型(如逻辑回归)和神经网络则表现出更严重的性能衰减。研究证明,使用PDx可有效缓解数字放贷机构的价值损耗,尤其适用于借款人行为快速变化的短期、小额贷款场景。我们在点对点借贷、企业贷款和汽车贷款数据集上验证了PDx的有效性,展示了其在现代信用风险预测中的可扩展性和适应性。
原文摘要 · Abstract (English)
This paper presents PDx, an adaptive, machine learning operations (MLOps) driven decision system for forecasting credit risk using probability of default (PD) modeling in digital lending. While conventional PD models prioritize predictive accuracy during model development with complex machine learning algorithms, they often overlook continuous adaptation to changing borrower behaviour, resulting in static models that degrade over time in production and generate inaccurate default predictions. Many financial institutes also find it difficult transitioning ML models from development environment to production and maintaining their health. With PDx we aimed to addresses these limitations using a dynamic, end-to-end model lifecycle management approach that integrates continuous model monitoring, retraining, and validation through a robust MLOps pipeline. We introduced a dynamic champion-challenger framework for PDx to regularly update baseline models to recalibrate independent parameters with the latest data and select the best-performing model through out-of-time validation, ensuring resilience against data drift and changing credit risk patterns. Our empirical analysis shows that decision tree-based ensemble models consistently outperform others in classifying defaulters but require frequent updates to sustain performance. Linear models (e.g., logistic regression) and neural networks exhibit greater performance degradation. The study demonstrate with PDx we can mitigates value erosion for digital lenders, particularly in short-term, small-ticket loans, where borrower behavior shifts rapidly. We have validated the effectiveness of PDx using datasets from peer-to-peer lending, business loans, and auto loans, demonstrating its scalability and adaptability for modern credit risk forecasting.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。