Coder Social home page Coder Social logo

predicting-default-risk's Introduction

Predicting Default Risk

Introduction

You are a loan officer at a bank that needs to come up with an efficient solution to classify new customers on whether they can be approved for a loan or not.

Business and Data Understanding

A decision must be made on whether or not each of the 500 new loan applications can be approved. As a result, two main datasets must be gathered. The first must contain attributes that influence creditworthiness on all past applicants and the second must contain those same attributes for the new applicants. To determine the creditworthiness of each applicant from this data, binary classification models should be used, specifically logit regression, decision tree, random forest, and boosted models.

Conclusions

The relative importance of accurately predicting creditworthy and non-creditworthy applicants should be inquired from the bank to determine whether the model should be weighted toward creditworthy or non-creditworthy applicants. Assuming these predictions are of equal importance, the Random Forest Model was used because it is the most accurate model with an accuracy of 83%. The ROC Curve further cements this choice, because the area under the Random Forest Model Curve is the largest at 0.9998. Though the Random Forest Model is the most accurate, the model is biased toward non-creditworthy applicants with an accuracy of 85% (412 applicants not approved) and away from creditworthy applicants with an accuracy of 72% (88 applicants approved).

predicting-default-risk's People

Contributors

mgysel avatar

Watchers

 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.