Course Material: Bank Marketing
A balanced and processed version of UCI's bank marketing dataset
@kaggle.bletchley_bank_marketing
A balanced and processed version of UCI's bank marketing dataset
@kaggle.bletchley_bank_marketing
CREATE TABLE processed_bank (
"unnamed_0" BIGINT,
"campaign" DOUBLE,
"pdays" DOUBLE,
"previous" DOUBLE,
"emp_var_rate" DOUBLE,
"cons_price_idx" DOUBLE,
"cons_conf_idx" DOUBLE,
"euribor3m" DOUBLE,
"nr_employed" DOUBLE,
"y" BIGINT,
"job_admin" BIGINT,
"job_blue_collar" BIGINT,
"job_entrepreneur" BIGINT,
"job_housemaid" BIGINT,
"job_management" BIGINT,
"job_retired" BIGINT,
"job_self_employed" BIGINT,
"job_services" BIGINT,
"job_student" BIGINT,
"job_technician" BIGINT,
"job_unemployed" BIGINT,
"job_unknown" BIGINT,
"age_old" BIGINT,
"age_mid" BIGINT,
"age_young" BIGINT,
"marital_divorced" BIGINT,
"marital_married" BIGINT,
"marital_single" BIGINT,
"marital_unknown" BIGINT,
"education_basic_4y" BIGINT,
"education_basic_6y" BIGINT,
"education_basic_9y" BIGINT,
"education_high_school" BIGINT,
"education_illiterate" BIGINT,
"education_professional_course" BIGINT,
"education_university_degree" BIGINT,
"education_unknown" BIGINT,
"default_no" BIGINT,
"default_unknown" BIGINT,
"housing_no" BIGINT,
"housing_unknown" BIGINT,
"housing_yes" BIGINT,
"loan_no" BIGINT,
"loan_unknown" BIGINT,
"loan_yes" BIGINT,
"contact_cellular" BIGINT,
"contact_telephone" BIGINT,
"month_apr" BIGINT,
"month_aug" BIGINT,
"month_dec" BIGINT,
"month_jul" BIGINT,
"month_jun" BIGINT,
"month_mar" BIGINT,
"month_may" BIGINT,
"month_nov" BIGINT,
"month_oct" BIGINT,
"month_sep" BIGINT,
"day_of_week_fri" BIGINT,
"day_of_week_mon" BIGINT,
"day_of_week_thu" BIGINT,
"day_of_week_tue" BIGINT,
"day_of_week_wed" BIGINT,
"poutcome_failure" BIGINT,
"poutcome_nonexistent" BIGINT,
"poutcome_success" BIGINT,
"contacted_before" BIGINT
);
Anyone who has the link will be able to view this.