Loan Prediction Classification Dataset
A Classification Problem which predicts if a loan will get approved or not
@kaggle.jsonali2003_loan_prediction_classification_dataset
A Classification Problem which predicts if a loan will get approved or not
@kaggle.jsonali2003_loan_prediction_classification_dataset
CREATE TABLE test (
"loan_id" VARCHAR,
"gender" VARCHAR,
"married" VARCHAR,
"dependents" VARCHAR,
"education" VARCHAR,
"self_employed" VARCHAR,
"applicantincome" BIGINT,
"coapplicantincome" BIGINT,
"loanamount" DOUBLE,
"loan_amount_term" DOUBLE,
"credit_history" DOUBLE,
"property_area" VARCHAR
);
Anyone who has the link will be able to view this.