Skip to content

AtharvaPatil-Data/Loan-defaulter-risk-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Loan Defaulter Prediction using Machine Learning

This project predicts loan defaulters borrowers likely to default using historical applicant and loan information.
By analysing past financial and demographic data, the model identifies high-risk borrowers before approval, helping lenders reduce credit losses.


πŸ“Š Problem Statement

  • Objective: Detect borrowers at risk of default before loan approval.
  • Positive class: Defaulter (minority class in the dataset).
  • Business goal: Maximise Recall on defaulters (catch as many risky borrowers as possible) while keeping Precision acceptable.
  • Challenge: The dataset is highly imbalanced (few defaulters vs many non-defaulters), which can bias models toward predicting only non-defaulters.

πŸ›  Tech Stack

  • Language: Python (Jupyter Notebook)
  • Libraries: Pandas, NumPy, Matplotlib, Seaborn, Scikit-learn, XGBoost, imbalanced-learn
  • Tools: Google Colab, GitHub

About

Machine learning model to predict loan default risk using borrower profiles, credit history, and financial features.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors