Skip to content
#

loan-default-prediction

Here are 148 public repositories matching this topic...

This project builds a model to predict if Lending Club loans will be fully paid or charged off. Using completed loan data, it includes credit history and loan grades but excludes FICO scores and rejected loans due to limited data. Methodologies and results are documented for accuracy and fairness.

  • Updated Jul 12, 2024
  • Jupyter Notebook

This project aims to predict loan approval status based on customer behavior and demographic information. By analyzing various factors, we can identify the key determinants of loan approval and improve the decision-making process for financial institutions.

  • Updated Jul 5, 2024
  • Jupyter Notebook

This project aims to predict credit risk for individuals applying for loans, classifying whether they will default based on features such as age, income, employment length, loan amount, interest rate, percentage of income, credit length, home ownership, and loan intent.

  • Updated Jun 27, 2024
  • Python

The project aims to develop a predictive model for loan default using the dataset given by Imperial College London. The goal is to analyse the data, understand the factors that contribute to loan defaults, and create a machine learning model that can forecast the likelihood of loan default for future borrowers.

  • Updated Jun 4, 2024
  • Jupyter Notebook

This project demonstrates the implementation of a loan approval system that utilizes MongoDB for distributed data storage and management, and PyMongo for database operations. The project aims to automate the assessment of loan eligibility using customer details from online applications.

  • Updated May 23, 2024
  • Jupyter Notebook

The project predicts the probability of loan default using various financial features of customer. I applied SMOTENN by combining SMOTE and Edited Nearest Neighbor (ENN) to handle class imbalance. Logistic Regression, Random Forest and CATBOOST models have been apllied and evaluated based on accuray, F1 score, ROC-AUC score.

  • Updated Jan 11, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the loan-default-prediction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the loan-default-prediction topic, visit your repo's landing page and select "manage topics."

Learn more