English

Explainable Artificial Intelligence Credit Risk Assessment using Machine Learning

Machine Learning 2025-06-25 v1

Abstract

This paper presents an intelligent and transparent AI-driven system for Credit Risk Assessment using three state-of-the-art ensemble machine learning models combined with Explainable AI (XAI) techniques. The system leverages XGBoost, LightGBM, and Random Forest algorithms for predictive analysis of loan default risks, addressing the challenges of model interpretability using SHAP and LIME. Preprocessing steps include custom imputation, one-hot encoding, and standardization. Class imbalance is managed using SMOTE, and hyperparameter tuning is performed with GridSearchCV. The model is evaluated on multiple performance metrics including ROC-AUC, precision, recall, and F1-score. LightGBM emerges as the most business-optimal model with the highest accuracy and best trade off between approval and default rates. Furthermore, the system generates applicant-specific XAI visual reports and business impact summaries to ensure transparent decision-making.

Keywords

Cite

@article{arxiv.2506.19383,
  title  = {Explainable Artificial Intelligence Credit Risk Assessment using Machine Learning},
  author = {Shreya and Harsh Pathak},
  journal= {arXiv preprint arXiv:2506.19383},
  year   = {2025}
}

Comments

15 pages, 8 Figures, 3 Tables

R2 v1 2026-07-01T03:31:04.669Z