Machine Learning - End to End Data Science Projects
-
Updated
May 1, 2023 - Jupyter Notebook
Machine Learning - End to End Data Science Projects
A Classification Problem which predicts if a loan will get approved or not.
Predicts a chance of loan repayment based on historical data
Predicting Loan State with SVM method, preprocessing and feature selction
This project automates bank credit risk assessment using AI and machine learning models to predict loan defaults. It streamlines the credit process with predictive analytics, model evaluation, explainability (SHAP), and deployment readiness.
Predict if your loan will be accepted or not. This happens by using a labeled data for applicants who applied for a loan before, analyzing these data and using some classification models on it.
A demo pipeline of using Redis as an online feature store with Feast for orchestration and Ray for training and model serving
An example of using Redis + RedisAI for a microservice that predicts consumer loan probabilities using Redis as a feature and model store and RedisAI as an inference server.
This repository contains a machine learning-based predictive model for automating loan eligibility assessments. Using features such as demographic details, loan information, and credit history, the model predicts whether a loan should be approved or denied.
Loan Prediction using Machine Learning algorithms
Loan eligibility prediction in Lasiandra Finance Inc. (LFI) using SAS studio.
What's up This project was mainly training my self on training ML models 🤖 and also to train on doing EDA 📜 to get the acceptance of the loan.
I’d be walking us through Loan prediction using some selected Machine Learning Algorithms.
Code developed for my AC classes, FEUP - MEIC (2021/22)
AI-powered Loan & CRM system with ML predictions, AI Loan Assistant, Flagged Loans, CRM dashboards, and Supabase integration (Heroku deployed).
A Decision Tree Classifier was implemented to predict personal loan acceptance using a dataset of 5,000 customers. Key features included income, education, mortgage, and credit card usage. The model achieved 97% accuracy, with 92% precision and 76% recall for positive loan predictions, validated using a classification report and confusion matrix.
This repo is for derived from a competition from analytics vidhya for predicting loan using the data given.
This a practice project for Classification model with different models like Logistic Regression, Decision Tree Classifier, Random Forest Classifier and Xgboost Classifier. At the end, Logistic Regression gave the best result.
The Loan Approval Prediction application is a web-based tool that utilizes machine learning algorithms to assess the likelihood of loan approval based on user-provided financial information.
Add a description, image, and links to the loan-prediction topic page so that developers can more easily learn about it.
To associate your repository with the loan-prediction topic, visit your repo's landing page and select "manage topics."