A Review On Credit Card Default Modelling Using Data Science
A Review On Credit Card Default Modelling Using Data Science
A Review On Credit Card Default Modelling Using Data Science
Special Issue: International Conference on Advances in Engineering, Science and Technology – 2021
Organized by: Uttaranchal Institute of Technology, Uttaranchal University, Dehradun
Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470
How to cite this paper: Harsh Nautiyal | Ayush Copyright © 2021 by author(s) and
Jyala | Dishank Bhandari "A Review on Credit Card International Journal of Trend in Scientific
Default Modelling using Data Science" Published in Research and
International Journal of Trend in Scientific Research Development Journal.
and Development (ijtsrd), ISSN: 2456-6470, Special This is an Open Access
Issue | International Conference on Advances in article distributed under the terms of the
Engineering, Science and Technology – 2021, May IJTSRD42461 Creative Commons Attribution License
2021, pp.22-28, URL: (CC BY 4.0)
www.ijtsrd.com/papers/ijtsrd42461.pdf (http://creativecommons.org/licenses/by/4.0)
1. INTRODUCTION
In the last few years, credit card issuers have become one of to help the bank to improve its credit card services for the
the major consumer lending products in the U.S. as well as mutual benefit of customers and the business itself. Creating
several other developed nations of the world, representing a human-interpretable solution is emphasized in each stage
roughly 30% of total consumer lending (USD 3.6 tn in 2016). of the project.
Credit cards issued by banks hold the majority of the market
Even though plenty of solutions to the default prediction
share with approximately 70% of the total outstanding
using the full data set have been previously done, but there
balance. Bank’s credit card charge offs have stabilized after
lies a problem in the interpretability ,even in published
the financial crisis to around 3% of the outstanding total
papers, the scope of our project extends beyond that, as our
balance. However, there are still differences in the credit
ultimate goal is to provide an easy-to-interpret default
card charge off levels between different competitors.
mitigation program to the client bank.Which is done fairly
Credit card is a flexible tool by which you can use bank’s easy by using gradient boosting LightGBM algorithm for
money for a short period of time. If you accept a credit card, prediction.
you agree to pay your bills by the due date listed on your
In addition to default prevention, the case study includes a
credit card statement. Otherwise, the credit card will be
set of learning goals. The team must understand key
defaulted. When a customer is not able to pay back the loan
considerations in selecting analytics and machine learning
by the due date and the bank is totally certain that they are
methods and how these methodologies can be used
not able to collect the payment, it will usually try to sell the
efficiently to create direct business value. McKinsey also sets
loan. After that, if the bank recognizes that they are not able
the objective of learning how to communicate complex
to sell it, they will write it off. This is called a charge-off. This
topics to people with different backgrounds.
results in significant financial losses to the bank on top of the
damaged credit rating of the customer and thus it is an The project should include a recommended set of actions to
important problem to be tackled in todays world where mitigate the default and a clear explanation of the business
financial risks are happening vigorously. implications. The interpretability and adaptability of our
solution needs to be emphasized when constructing the
Predicting accurately which customers are most probable to
solution. The bank needs a solution that can be understood
default represents significant business opportunity and
and applied by people with varying expertise, so that no
strategy for all banks. Bank cards are the most common
further outside consultation is required in understanding the
credit card type in the U.S., which emphasizes the impact of
business implications of the decisions.
risk prediction to both the consumers and banks. In a well-
developed financial system, risk prediction is essential for 2. RELATED WORK
predicting business performance or individual customers’ There is much research on credit card lending, it is a widely
credit risk and to reduce the damage and uncertainty. researched subject. Many statistical methods have been
applied to developing credit risk prediction, such as
Our client ITBCO Bank has approached us to help them to
discriminant analysis, logistic regression, Knearest neighbor
predict and prevent credit card defaulters to improve their
classifiers, and probabilistic classifiers such as Bayes
bottom line. The client has a screening process, for instance,
classifiers. Advanced machine learning methods including
it has collected a rich data set of their customers, but they
decision trees and artificial neural networks have also been
are unable to use it properly due to shortage of analytics
applied. A short introduction to these techniques is provided
capabilities.
here.
The fundamental objective of the project is implementing a
K-nearest Neighbor Classifiers K-nearest neighbor (KNN)
proactive default prevention guideline to help the bank
classifier is one of the simplest unsupervised learning
identify and take action on customers with high probability
algorithms which is based on learning by analogy. The main
of defaulting to improve their bottom line. The challenge is
Features correlation