Loan Approval using Random Forest Algorithm
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.
- Pandas
- Matplotlib
- Seaborn
- SKlearn
- Decision Tree
- Random Forest
• loan_data.csv (https://drive.google.com/file/d/157J3bT1torNBJaO9iwt_yKhdphPEZDTE/view)
- Accuracy: 84
- P5recision: 84 %
- Recall: 100 %
- F1-Score: 91 %