Credit Card Classification - Clean Data
Predict high/low risk credit card users
@kaggle.samuelcortinhas_credit_card_classification_clean_data
Predict high/low risk credit card users
@kaggle.samuelcortinhas_credit_card_classification_clean_data
CREATE TABLE clean_data (
"id" BIGINT,
"gender" BIGINT,
"own_car" BIGINT,
"own_property" BIGINT,
"work_phone" BIGINT,
"phone" BIGINT,
"email" BIGINT,
"unemployed" BIGINT,
"num_children" BIGINT,
"num_family" BIGINT,
"account_length" BIGINT,
"total_income" DOUBLE,
"age" DOUBLE,
"years_employed" DOUBLE,
"income_type" VARCHAR,
"education_type" VARCHAR,
"family_status" VARCHAR,
"housing_type" VARCHAR,
"occupation_type" VARCHAR,
"target" BIGINT
);
Anyone who has the link will be able to view this.