Buying a house requires a lot of careful planning Once you have finalized your budget and the house that you want to buy, you must ensure that you have sufficient funds to pay the seller With rising property rates, most people avail home loans to buy their dream houses. The bank only lends up to 80% of the total amount based on a person's finances (salary, outgoing expenses, existing loans, etc.). You will need to make the rest of the payment yourself after the bank tells you how much they can lend
The dataset folder contains the following:
• train.csv. (30000, 24)
• test.csv. (20000, 23)
• sample_submission.csv (5,2)
Customer ID
- Represents a unique identification number of a customerName
- Represents the name of a customerGender
- Represents the gender of a customerAge
- Represents the age of a customerIncome
- (USD) Represents the income of a customerIncome Stability
- Represents whether a customer has a stable source of incomeProfession
- Represents the profession of a customerType of Employment
- Represents the type of employment of a customerLocation
- Represents the current location that a customer residesLoan Amount Request (USD)
- Represents the loan amount requested by a customerCurrent Loan Expenses (USD)
- If a customer has any current active loans, then this represents the amount that a customer spends on these loans (monthly)Expense Type 1
- Represents a type of expense that a customer spends on (monthly)Expense Type 2
- Represents a type of expense that a customer spends on (monthly)Dependents
- Represents whether a customer has any dependencies (spouse, parents, siblings, children,etc)Credit Score
- Represents the credit score of a customerNo. of Defaults
- Represents the number of time a customer has defaultedHas Active Credit Card
- Represents if a customer has any active credit cards or notProperty ID
- Represents an identification number of a propertyProperty Age
- Represents the age of a propertyProperty Type
- Represents the type of propertyProperty Location
- Represents the location of a propertyCo-Applicant
- Represents whether a customer has co-applicantsProperty Price
- Represents the selling price of a propertyLoan Sanction Amount (USD)
- Represents the loan sanctioned amount for a customer
The evaluation metric for this task is R2 score
. Read it up here