Giter VIP home page Giter VIP logo

credit_delinquency_prediction's Introduction

Credit_delinquency_prediction

Delinquency describes something or someone who fails to accomplish that which is required by law, duty, or contractual agreement, such as the failure to make a required payment or perform a particular action.

Credit scoring algorithms, which makes a guess at the probability of default, are the method banks use to determine whether or not a loan should be granted. This use-case requires learners to improve on the state of the art in credit scoring, by predicting the probability that somebody will experience financial delinquency in the next two years.

Data Description

The dataset consists of 150000 records and 11 features. Below are the 11 features and their descriptions.

Feature Description :

SeriousDlqin2yrs - Person experienced 90 days past due delinquency or worse

RevolvingUtilizationOfUnsecuredLines - Total balance on credit cards and personal lines of credit

age - Age of borrower in years

NumberOfTime30-59DaysPastDueNotWorse - Number of times borrower has been 30-59 days past due but no worse in the last 2 years

DebtRatio - Monthly debt payments, alimony,living costs divided by monthy gross income

MonthlyIncome - Monthly Income

NumberOfOpenCreditLinesAndLoans - Number of Open loans (installment like car loan or mortgage) and Lines of credit

NumberOfTimes90DaysLate - Number of times borrower has been 90 days or more past due

NumberRealEstateLoansOrLines - Number of mortgage and real estate loans including home equity lines of credit

NumberOfTime60-89DaysPastDueNotWorse - Number of times borrower has been 60-89 days past due but no worse in the last 2 years

NumberOfDependents - Number of dependents in family excluding themselves

Challenge

As with all the delinquency prolems, we have major class imbalance here. 92 % of customers belong to no delinquency class and 8 % for delinquency class. We applied methods like oversampling, undersamplaing and SMOTE to tackle this problem.

Evaluation Metric

Recall - True Positive/True Positive + False Negative

We have selected recall as the metric here as we want to avoid False Negatives(customers who were preedicted of not default but they did). So, we will consider recall and f1 score as our metric.

credit_delinquency_prediction's People

Contributors

sonik8494 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.