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.
Code developed for my AC classes, FEUP - MEIC (2021/22)
I’d be walking us through Loan prediction using some selected Machine Learning Algorithms.
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.
Loan Prediction using Machine Learning
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.
This repo is for derived from a competition from analytics vidhya for predicting loan using the data given.
This app utilizes deep learning to predict the loan status of an applicant, whether it's "Fully Paid" or "Charged Off".
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."