Loan Status Prediction
Predict the loan to be approved or to be rejected for an applicant.
@kaggle.bhavikjikadara_loan_status_prediction
Predict the loan to be approved or to be rejected for an applicant.
@kaggle.bhavikjikadara_loan_status_prediction
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.