Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 925 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 925 Bytes

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.☻