Explainable Machine Learning Models Assessing Lending Risk
摘要
This work aims to assess the credit risk of a financial institution using various machine learning models that are both powerful and interpretable. To meet the challenge posed by imbalanced data, different sampling techniques were tested with machine learning algorithms such as Random Forest (RF) and XGBoost. The results revealed that the RF model combined with Randomoversampler and the XGB model with SMOTEENN offered the best performance in terms of precision, recall, and F1-score. To ensure the comprehensibility of the decisions made by these high-performance models, interpretability techniques such as SHAP and LIME were applied, revealing the relative contributions of the different variables. The study shows that these results are useful for the responsible deployment of decision support models in the financial sector.