Giter Site home page Giter Site logo

credit-card-approval's Introduction

Project : Predict Credit Card Acceptance

  • A small credit card dataset for simple econometric analysis (taken from Kaggle, originally from William Greene's book Econometric Analysis) Download link here
  • Content
    • card: Dummy variable, 1 if application for credit card accepted, 0 if not
    • reports: Number of major derogatory reports
    • age: Age n years plus twelfths of a year
    • income: Yearly income (divided by 10,000)
    • share: Ratio of monthly credit card expenditure to yearly income
    • expenditure: Average monthly credit card expenditure
    • owner: 1 if owns their home, 0 if rent
    • selfempl: 1 if self employed, 0 if not.
    • dependents: 1 + number of dependents
    • months: Months living at current address
    • majorcards: Number of major credit cards held
    • active: Number of active credit accounts
  • Goal: Predict whether a credit card application will be accepted based upon various data about the applicant.
  • Split into train and test data and create 4 different types of models from the data - Decision Trees, Linear Regression, Native Bayes and K-NN
  • Do performance evaluation of each model

Our problem:

Commercial banks receive a lot of applications for credit cards. Many of them get rejected for many reasons, like high loan balances, low income levels, or too many inquiries on an individual's credit report, for example. Manually analysing these applications is mundane, error-prone, and time-consuming and time is money. So, we create a machine learning model for the problem.

How we are planning to solve the problem.

  • First, we will start off by loading and viewing the dataset.
  • We will see that the dataset has a mixture of both numerical and non-numerical features, that it contains values from different ranges, plus that it contains a number of missing entries.
  • We will have to pre-process the dataset to ensure the machine learning model we choose can make good predictions.
  • After our data is in good shape, we will do some exploratory data analysis to build our intuitions.
  • Finally, we will build a machine learning model that can predict if an individual's application for a credit card will be accepted.

Open In Colab

credit-card-approval's People

Contributors

bmox avatar

Watchers

James Cloos 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.