codehack9991 / Bank-Defaulter

Predicting bank defaulters using machine learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bank-Defaulter

The aim of this data science based project is to find the probability of a person defaulting out of their payment (loans and/or interests).

Input Trainig Data

We are provided with an excel sheet containing the full data of each person , which includes information like :

  • Loan ID
  • Due amount
  • Due Mortgage
  • Value
  • Reason
  • Time
  • Past History
  • Criminal History
  • Defaulter or not

Training Models and Algorithms

Like all other data science problems,my main approach to solve the problem was to start training the data for various types of algorithms, which inlcude:

  • Linear Regression
  • Logistic Regression
  • SVM(Support Vector Machines)
  • Ensemble Training
  • MLP (Multi-Layered Perceptron)
  • Random Forest

And then I checked the accuracy and ROC for each of the algorithsm and compared them.

About

Predicting bank defaulters using machine learning

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 85.4%Language:Python 14.6%