Found 74 repositories(showing 30)
biswajithgopinathan
Banks play a crucial role in market economies. They decide who can get finance and on what terms and can make or break investment decisions. For markets and society to function, individuals and companies need access to credit. Nowadays there are many risks related to bank loans, especially for the banks so as to reduce their capital loss. The analysis of risks and assessment of default becomes crucial thereafter. Banks hold huge volumes of customer behavior related data from which they are unable to arrive at a judgment if an applicant can be defaulter or not. Credit Risk assessment is a crucial issue faced by Banks nowadays which helps them to evaluate if a loan applicant can be a defaulter at a later stage so that they can go ahead and grant the loan or not. This helps the banks to minimize the possible losses and can increase the volume of credits. This project evaluates the perfect execution of credit risk problem to classify the potential customers who are eligible for lending loans. This is a basic classification problem with important business applications. The goal of this problem solution is to build a model that lending institution can use to help make the best financial decisions.
Shiivong27
we have addressed the problem of classifying highly unbalanced data using supervised machine learning algorithms. Unbalanced data is ubiquitous in nature, it’s dealt with in a wide range of fields including but not limited to that of business, bioinformatics, engineering and banking sector. We have focussed here on Credit Risk, which is defined as risk of default on a debt that may arise from a borrower failing to make required payments. In the first resort, the risk is that of the lender and includes lost principal and interest, disruption to cash flows, and increased collection costs. Usually in a Credit Risk problem, loan default is a rare phenomenon and that is why we have such unbalanced data.
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.
Loan default prediction is an important aspect in banking industry. In Finance and Banking sector the losses incurred by this Industry due to loan defaults or we can say customer not paying back their loan is increasing drastically. In this study we have built a loan default prediction model on the data collected for borrowers of multiple states in the Unites States of America. The research focuses on constructing a model that would predict whether the borrower would repay the loan or would end up being a defaulter. The research uses Random Forest classifier, Adaboost classifier and Artificial neural network model to compare the performance of these classifiers. It also works on understating and obtaining the important features that are to be monitored carefully before sanctioning any such credits. Keywords: Credit risk analysis, Loan Default, Machine Learning, Random Forest classifier, Adaboost Classifier, Artificial Neural network.
NaveenMSE
The most important function of a bank is to accept deposits and provide loans using it. Bank attracts Credit risk by lending loans to its customers where Credit Risk is the probability of the counterparty defaulting on its loan. So it a pivotal function of a bank to seggregate the customers into good and bad credit applicants. So here, with the past year data, we'll classify the credit applicants using the ML algorithms.
devdatta95
People often save their money in the banks which offer security but with lower interest rates. Lending Club operates an online lending platform that enables borrowers to obtain a loan, and investors to purchase notes backed by payments made on loans. It is transforming the banking system to make credit more affordable and investing more rewarding. But this comes with a high risk of borrowers defaulting the loans. Hence there is a need to classify each borrower as defaulter or not using the data collected when the loan has been given.
vijaykalore
The Credit Risk Modeling project focuses on predicting the likelihood of a borrower defaulting on a loan using classification techniques. By analyzing historical data, such as credit history, income levels, loan amounts, and repayment behavior, the model classifies borrowers into risk categories.
gavisangavi2502-max
This project focuses on building a high-performance credit-risk classifier and applying SHAP for interpretability. You will train a non-linear model, compute global and local SHAP values, analyze high-risk vs low-risk customer profiles, and provide insights explaining key drivers of loan default risk.
Abhinavvimal77
Credit sight is an end-to-end AI-powered credit risk assessment system built for internal use by financial analysts. It predicts the probability that a loan applicant will default, classifies them into risk tiers, and recommends an action — Approve, Review, or Reject.
rohinidatkar
This project builds a predictive model to assess loan default risk using customer data. It applies Logistic Regression, Decision Trees, and Random Forests to classify applicants as low or high credit risk. Through EDA, feature engineering, and model evaluation, it showcases an end-to-end data science pipeline.
rutuja281
This project focuses on building a machine learning pipeline to predict the likelihood of loan default using real-world credit data. The goal is not only to classify applicants as high or low risk, but also to support data-driven decisions around loan approvals using expected loss calculations and a strategy table simulation.
sreenithya0837
People often save their money in the banks which offer security but with lower interest rates. Lending Club operates an online lending platform that enables borrowers to obtain a loan, and investors to purchase notes backed by payments made on loans. It is transforming the banking system to make credit more affordable and investing more rewarding. But this comes with a high risk of borrowers defaulting the loans. Hence there is a need to classify each borrower as defaulter or not.
PythonDecorator
Loan Default / Credit Risk Classifier
Multiclass Classification using OneVsOne & OneVsRest Classifier on loan default analysis where aim is to build the "Credit risk estimate model" to classify new loans availed as "Low Risk", "High Risk" and "Medium Risk".
Jeanfoin
Built a machine learning classifier to predict loan default risk for Home Credit customers based on their credit history across Home Credit and other financial institutions.
GorkemUtku02
A data-driven credit default prediction system built with Python, XGBoost, and Streamlit to evaluate and classify customer loan risks.
A ML based credit risk scoring engine (cibil-like) designed for financial institutions to classify applicants into risk bands and minimize loan defaults.
kailash19961996
Credit Risk Prediction Model - A machine learning-based application that analyzes financial and personal attributes to classify loan applicants as good or bad credit risks, improving decision-making and reducing default risks.
Denis060
This project analyzes past loan data and builds a predictive model to classify borrowers into high-risk (default) and low-risk (no default) categories. By examining factors like credit history, income, loan grade, and interest rate, we identify key risk indicators.
Loan Default Risk Analysis using Python, MySQL, and Power BI on 255K+ loan records. Performed data cleaning, validation, and exploratory analysis. Developed a risk scoring model to classify borrower risk levels. Built Power BI dashboards to analyze credit risk and loan portfolio trends.
nurzhanova2
Classify potential loan defaulters and determine the levels of credit risk. The project is aimed at analyzing the credit histories of bank customers, identifying factors influencing default, and building machine learning models to predict risks.
Yinka-Agbaje
An end-to-end Machine Learning web application deploying a LightGBM classifier to predict loan default risk and generate real-time FICO-style credit scores.
AashikaShravani
The Credit Risk Analysis System predicts the likelihood of loan defaults using historical loan data, financial details, credit history, and demographics to classify applicants as low, medium, or high risk. This aids financial institutions in making informed loan decisions, optimizing risk, and enhancing efficiency.
christjeroldOO7
The Credit Risk Analysis System predicts the likelihood of loan defaults using historical loan data, financial details, credit history, and demographics to classify applicants as low, medium, or high risk. This aids financial institutions in making informed loan decisions, optimizing risk, and enhancing efficiency.
nawalvalliani
Explores a credit risk dataset (https://www.kaggle.com/laotse/credit-risk-dataset) and develops machine learning models to classify if an individual will default on a loan or not.
nausheenali02
This project focuses on predicting credit risk (loan default probability) using an Artificial Neural Network (ANN). The model estimates the probability of default based on an applicant’s financial and credit history and classifies them as High Risk or Low Risk.
Explainable AI project for credit risk analysis in banking: a TensorFlow-based loan default classifier with global feature importance and local prediction explanations to support transparent, auditable, and business-ready risk decisions.
This project analyzes LendingClub loan data to identify risk factors and predict loan defaults. The project uses feature engineering, exploratory data analysis, and machine learning models (Logistic Regression, LightGBM, XGBoost) to classify loans and uncover key insights for credit risk management.
varshathejes
a machine learning model to assess loan default risk using logistic regression. The model evaluates key financial indicators such as loan size, interest rate, borrower income, debt-to-income ratio, and credit history to classify loans as low-risk or high-risk.
gautamiKohirkar24
This project predicts loan approval by assessing credit risk using machine learning. It classifies applicants as high or low risk, supporting efficient, data-driven decision-making to reduce defaults and improve loan approval accuracy.