Skip to content
#

loan-default-prediction

Here are 140 public repositories matching this topic...

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 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 Mar 17, 2024
  • Jupyter Notebook

The project predicts the probability of loan default using various financial features of customer. I applied SMOTENN by combining SMOTE cand 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

Provided two datasets of a finance company trying to figure out the attributes of customers who don't have a sufficient credit history take advantage of this and default on their loans. Task is to use EDA to analyze patterns in the data, ensuring that capable applicants are not rejected with the help of a Machine Learning model.

  • Updated Nov 18, 2023
  • 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