Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 739 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 739 Bytes

Analytics Vidhya - Loan Prediction Challenge

GitHub Logo

This repository contains the solution to the Analytics Vidya Loan Prediction problem along with the datasets.
In this machine learning project the main goal is to automate the loan eligibility process based on customer detail provided.
The cateogy of variables used in the models are:

  • Application details
  • Credit history

Some variables like age and gender are not used by credit card companies for loan solicitation. However the analysis showed great trends with these variables so they were leveraged in the final models.

Two different approaches have been implemented here:

  • Logistic regression
  • Random forest