Bank Loan Defualter
Predict who is the defualter
@kaggle.vatsalkgandhi_churn_modelling
Predict who is the defualter
@kaggle.vatsalkgandhi_churn_modelling
CREATE TABLE loan_defualter (
"rownumber" BIGINT,
"customerid" BIGINT,
"surname" VARCHAR,
"creditscore" BIGINT,
"geography" VARCHAR,
"gender" VARCHAR,
"age" BIGINT,
"tenure" BIGINT,
"balance" DOUBLE,
"numofproducts" BIGINT,
"hascrcard" BIGINT,
"isactivemember" BIGINT,
"estimatedsalary" DOUBLE,
"exited" BIGINT
);
Anyone who has the link will be able to view this.