Check Loan Eligibility
Check for your Loan Eligibility by using this dataset
@kaggle.mukeshmanral_check_loan_eligibility
Check for your Loan Eligibility by using this dataset
@kaggle.mukeshmanral_check_loan_eligibility
Check for Loan Eligibility fast, this is Preprocessed data aimed for modeling and hyperparameter tuning and other stuff.
Based of features like Gender type, Education, Applicant Income, Loan Amount, Credit History, Property Area predit Loan Status
CREATE TABLE loan_eligibility (
"gender" BIGINT,
"married" BIGINT,
"dependents" BIGINT,
"education" BIGINT,
"self_employed" BIGINT,
"applicantincome" BIGINT,
"coapplicantincome" DOUBLE,
"loanamount" DOUBLE,
"loan_amount_term" BIGINT,
"credit_history" BIGINT,
"property_area" BIGINT,
"loan_status" BIGINT
);Anyone who has the link will be able to view this.