Skip to content

we are solving a real life case study of Dream Housing Finance. The company deals in all home loans. They have a presence across all urban, semi-urban and rural areas. Customers first apply for a home loan after that company validates the customer's eligibility. The company wants to automate the loan eligibility process (real-time) based on cust…

Notifications You must be signed in to change notification settings

Mohitbkd/Predict_Loan_Eligibility_for_Dream_Housing_Finance_company

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Predict_Loan_Eligibility_for_Dream_Housing_Finance_company

Predict Loan Eligibility for Dream Housing Finance company Dream Housing Finance company deals in all kinds of home loans. They have presence across all urban, semi urban and rural areas. Customer first applies for home loan and after that company validates the customer eligibility for loan. Company wants to automate the loan eligibility process (real time) based on customer detail provided while filling online application form. These details are Gender, Marital Status, Education, Number of Dependents, Income, Loan Amount, Credit History and others. To automate this process, they have provided a dataset to identify the customers segments that are eligible for loan amount so that they can specifically target these customers.

To summarize : In Data Science terms ,this problem falls into the category of "Binary Classification" problem in which the target variable (Loan status) (Which we are supposed to predict) can have two values ("Yes" OR "No")

Training dataset : It consists of details of the customer (like Gender, Marital Status, Education, Number of Dependents, Income, Loan Amount, Credit History and others.) along with the target column which is Loan_Status with values : 1. 'Y': If Loan is approved 2. 'N': If Loan is Not Approved Test Dataset : It consists of similar details for new customers (like Gender, Marital Status, Education, Number of Dependents, Income, Loan Amount, Credit History and others.) , however without the target column (i.e. Loan_Status) Using the training dataset we need to prepare a Machine Learning model which will predict the Loan_Status for the customers in the test dataset (i.e. For each customer in the test dataset predict whether the loan application will get approved or not)

About

we are solving a real life case study of Dream Housing Finance. The company deals in all home loans. They have a presence across all urban, semi-urban and rural areas. Customers first apply for a home loan after that company validates the customer's eligibility. The company wants to automate the loan eligibility process (real-time) based on cust…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published