paper-with-me

홈 › Papers

An Optimised Greedy-Weighted Ensemble Framework for Financial Loan Default Prediction

2026-03-19 · Ezekiel Nii Noye Nortey, Jones Asante-Koranteng, Marcellin Atemkeng, Theophilus Ansah-Narh, David Mensah, Rebecca Davis, Ravenhill Adjetey Laryea arxiv

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.

📄 PDF Abstract BibTeX arXiv:2603.18927

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Thresholded ConvNet Ensembles: Neural Networks for Technical Forecasting

2018-07-09 · Sid Ghoshal, Stephen J. Roberts

Much of modern practice in financial forecasting relies on technicals, an umbrella term for several heuristics applying visual pattern recognition to price charts. Despite its ubiquity in financial media, the reliability…

Time SeriesTime Series Analysis

Multi-objective optimisation via the R2 utilities

2023-05-19 · Ben Tu, Nikolas Kantas, Robert M. Lee, Behrang Shafei

The goal of multi-objective optimisation is to identify a collection of points which describe the best possible trade-offs between the multiple objectives. In order to solve this vector-valued optimisation problem, pract…

Bayesian OptimisationBayesian Optimization

Multi-source Transfer Learning with Ensemble for Financial Time Series Forecasting

2021-03-26 · Qi-Qiao He, Patrick Cheong-Iao Pang, Yain-Whar Si

Although transfer learning is proven to be effective in computer vision and natural language processing applications, it is rarely investigated in forecasting financial time series. Majority of existing works on transfer…

Time SeriesTime Series AnalysisTime Series ForecastingTransfer Learning

Optimising Tours for the Weighted Traveling Salesperson Problem and the Traveling Thief Problem: A Structural Comparison of Solutions

2020-06-05 · Jakob Bossek, Aneta Neumann, Frank Neumann

The Traveling Salesperson Problem (TSP) is one of the best-known combinatorial optimisation problems. However, many real-world problems are composed of several interacting components. The Traveling Thief Problem (TTP) ad…

Greedy Approaches for Packing While Travelling with Deterministic and Stochastic Constraints

2026-04-15 · Thilina Pathirage Don, Aneta Neumann, Frank Neumann arxiv

The travelling thief problem (TTP) is a well-known multi-component optimisation problem that captures the interdependence between two components: the tour across cities and the packing of items. The packing while travell…