scispace - formally typeset
Open AccessJournal ArticleDOI

Explainability of a Machine Learning Granting Scoring Model in Peer-to-Peer Lending

Reads0
Chats0
TLDR
This work assesses the well-known logistic regression model and several machine learning algorithms for granting scoring in P2P lending and reveals that the machine learning alternative is superior in terms of not only classification performance but also explainability.
Abstract
Peer-to-peer (P2P) lending demands effective and explainable credit risk models. Typical machine learning algorithms offer high prediction performance, but most of them lack explanatory power. However, this deficiency can be solved with the help of the explainability tools proposed in the last few years, such as the SHAP values. In this work, we assess the well-known logistic regression model and several machine learning algorithms for granting scoring in P2P lending. The comparison reveals that the machine learning alternative is superior in terms of not only classification performance but also explainability. More precisely, the SHAP values reveal that machine learning algorithms can reflect dispersion, nonlinearity and structural breaks in the relationships between each feature and the target variable. Our results demonstrate that is possible to have machine learning credit scoring models be both accurate and transparent. Such models provide the trust that the industry, regulators and end-users demand in P2P lending and may lead to a wider adoption of machine learning in this and other risk assessment applications where explainability is required.

read more

Citations
More filters
Journal ArticleDOI

Counterfactuals and causability in explainable artificial intelligence: Theory, algorithms, and applications

- 01 May 2022 - 
TL;DR: This article performed a Latent Dirichlet topic modeling analysis (LDA) under a Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) framework to find the most relevant literature articles.
Journal ArticleDOI

Counterfactuals and causability in explainable artificial intelligence: Theory, algorithms, and applications

TL;DR: This paper performed a Latent Dirichlet topic modeling analysis (LDA) under a Preferred Reporting Items for Systematic Reviews and Meta-Analyses (PRISMA) framework to find the most relevant literature articles.
Posted Content

Computational approaches and data analytics in financial services: A literature review

TL;DR: An overview of the main financial applications of computational and data analytics approaches, focusing on the coverage of the recent developments and trends is provided.
Journal ArticleDOI

LINDA-BN: An interpretable probabilistic approach for demystifying black-box predictive models

TL;DR: This paper proposes a novel approach underpinned by an extended framework of Bayesian networks for generating post hoc interpretations of a black-box predictive model, which enables the identification of four different rules which can inform the decision-maker about the confidence level in a prediction, thus helping the decided to assess the reliability of predictions learned by ablack-box model.
Journal ArticleDOI

SHAP and LIME: An Evaluation of Discriminative Power in Credit Risk.

TL;DR: In this paper, the authors evaluate explainable AI models for credit risk estimation in real Small and Medium Enterprises data, obtained from official italian repositories, and may form the basis for the employment of such XAI models for post-processing features extraction.
References
More filters
Journal ArticleDOI

Random Forests

TL;DR: Internal estimates monitor error, strength, and correlation and these are used to show the response to increasing the number of features used in the forest, and are also applicable to regression.
Journal ArticleDOI

Greedy function approximation: A gradient boosting machine.

TL;DR: A general gradient descent boosting paradigm is developed for additive expansions based on any fitting criterion, and specific algorithms are presented for least-squares, least absolute deviation, and Huber-M loss functions for regression, and multiclass logistic likelihood for classification.
Journal ArticleDOI

Classification and regression trees

TL;DR: This article gives an introduction to the subject of classification and regression trees by reviewing some widely available algorithms and comparing their capabilities, strengths, and weakness in two examples.