Skip to content

A model that classifies credit card applications are 'approved' or 'declined'. The training data is imbalanced with no prior target variable.

Notifications You must be signed in to change notification settings

stefsyrsiri/credit-card-approval-predition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Credit Card Approval Prediction | Credit Risk Assessment

dataset-cover

Overview

Our banking client has tasked us to assess their clients risk in order to automate the credit card application procedures.

We have been provided with two datasets:

  1. application_record.csv : Dataset of applications records
  2. credit_record.csv : Credit records of existing clients of the bank

Our goal is to develop a machine learning model in order to assess whether an applicant qualifies for a credit card, and therefore whether their application is going to be approved or desclined. To do that we need to assess whether a client holds high or low risk. Notably, the criteria for categorizing an applicant as 'approved' or 'declined' is unspecified in our data.

Table of Contents

Files

  • credit_card_approval_prediction.ipynb : EDA, model training and evaluation.
  • data : Contains the datasets.
  • requirements.txt : Dependencies to execute the notebook cells.

Datasets

The datasets and extensive documentation can be found here.

Installation

  1. Clone this repository:
git clone https://github.com/stefsyrsiri/credit-card-approval-predition
  1. Change to the project directory:
cd credit-card-approval-predition
  1. Install the required packages:
pip install -r requirements.txt

Contact Information

If you have any questions, suggestions, or just want to connect, message me on LinkedIn 😸

License

Distributed under the MIT License

About

A model that classifies credit card applications are 'approved' or 'declined'. The training data is imbalanced with no prior target variable.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages