Eligibility Prediction For Loan
Predict weather loan would be approved or Not
@kaggle.devzohaib_eligibility_prediction_for_loan
Predict weather loan would be approved or Not
@kaggle.devzohaib_eligibility_prediction_for_loan
CREATE TABLE loan_data (
"loan_id" VARCHAR,
"gender" VARCHAR,
"married" VARCHAR,
"dependents" VARCHAR,
"education" VARCHAR,
"self_employed" VARCHAR,
"applicantincome" BIGINT,
"coapplicantincome" DOUBLE,
"loanamount" DOUBLE,
"loan_amount_term" DOUBLE,
"credit_history" DOUBLE,
"property_area" VARCHAR,
"loan_status" VARCHAR
);
Anyone who has the link will be able to view this.