Table of Contents
Fetching ...

PDx -- Adaptive Credit Risk Forecasting Model in Digital Lending using Machine Learning Operations

Sultan Amed, Chan Yu Hang, Sayantan Banerjee

TL;DR

PDx addresses the problem of rapidly evolving borrower behavior and production drift in credit risk forecasting by embedding a champion–challenger MLOps framework into the PD lifecycle. The approach remains model-agnostic, continuously retraining with fixed-origin and rolling-window strategies and validating with out-of-time data to sustain accuracy. Empirical results across three diverse datasets show that PDx can mitigate value erosion, improve key metrics such as AUC and top-decile defaulter capture, and outperform static baselines in production. The work demonstrates a scalable, cloud-based deployment pathway with automated governance and interpretability support, offering practical implications for digital lenders and a generalizable blueprint for risk modeling in dynamic financial environments.

Abstract

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.

PDx -- Adaptive Credit Risk Forecasting Model in Digital Lending using Machine Learning Operations

TL;DR

PDx addresses the problem of rapidly evolving borrower behavior and production drift in credit risk forecasting by embedding a champion–challenger MLOps framework into the PD lifecycle. The approach remains model-agnostic, continuously retraining with fixed-origin and rolling-window strategies and validating with out-of-time data to sustain accuracy. Empirical results across three diverse datasets show that PDx can mitigate value erosion, improve key metrics such as AUC and top-decile defaulter capture, and outperform static baselines in production. The work demonstrates a scalable, cloud-based deployment pathway with automated governance and interpretability support, offering practical implications for digital lenders and a generalizable blueprint for risk modeling in dynamic financial environments.

Abstract

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.
Paper Structure (25 sections, 14 equations, 4 figures, 9 tables, 1 algorithm)

This paper contains 25 sections, 14 equations, 4 figures, 9 tables, 1 algorithm.

Figures (4)

  • Figure 1: Model development highlighted in the larger context of the ML project life cycle treveil2020introducing
  • Figure 2: Conceptual approach for PDx experiment design (continuous training and validation)
  • Figure 3: Conceptual architecture for PDx deployment on AWS.
  • Figure 4: Model performance drop in production