Personal Loan Modeling
Predict whether a customer will respond to a Personal Loan Campaign!
@kaggle.teertha_personal_loan_modeling
Predict whether a customer will respond to a Personal Loan Campaign!
@kaggle.teertha_personal_loan_modeling
CREATE TABLE bank_personal_loan_modelling (
"id" BIGINT,
"age" BIGINT,
"experience" BIGINT,
"income" BIGINT,
"zip_code" BIGINT,
"family" BIGINT,
"ccavg" DOUBLE,
"education" BIGINT,
"mortgage" BIGINT,
"personal_loan" BIGINT,
"securities_account" BIGINT,
"cd_account" BIGINT,
"online" BIGINT,
"creditcard" BIGINT
);
Anyone who has the link will be able to view this.