An open API service indexing awesome lists of open source software.

https://github.com/patilni3/loan_approval

Loan Approval using Random Forest Algorithm
https://github.com/patilni3/loan_approval

decision-tree loan-approval machine-learning-algorithms matplotlib pandas random-forest seaborn sklearn

Last synced: 22 days ago
JSON representation

Loan Approval using Random Forest Algorithm

Awesome Lists containing this project

README

        

# LOAN_APPROVAL
Loan Approval using Random Forest Algorithm

## About Project:
In this project we will check whether customer is applicable for loan or not. First it checks that if the our customer has a good credit history or not and based on that, it classifies the customer into two groups, Again it checks that the income of the customer and again classifies into two groups. And Finally, it checks the loan amount requested by the customer. Based on the outcomes from these three features, the decision tree and random forest decides if the customer’s loan should be approved or not.

## Libraries Used:
1. Pandas
2. Matplotlib
3. Seaborn
4. SKlearn

## Algorithms Used:
1. Decision Tree
2. Random Forest

## Dataset Used:
• loan_data.csv (https://drive.google.com/file/d/157J3bT1torNBJaO9iwt_yKhdphPEZDTE/view)

## Accuracy:
1. Accuracy: 84
2. P5recision: 84 %
3. Recall: 100 %
4. F1-Score: 91 %

# Thank You.☻