Credit Card Approval Prediction
A Credit Card Dataset for Machine Learning
@kaggle.rikdifos_credit_card_approval_prediction
A Credit Card Dataset for Machine Learning
@kaggle.rikdifos_credit_card_approval_prediction
CREATE TABLE application_record (
"id" BIGINT,
"code_gender" VARCHAR,
"flag_own_car" VARCHAR,
"flag_own_realty" VARCHAR,
"cnt_children" BIGINT,
"amt_income_total" DOUBLE,
"name_income_type" VARCHAR,
"name_education_type" VARCHAR,
"name_family_status" VARCHAR,
"name_housing_type" VARCHAR,
"days_birth" BIGINT,
"days_employed" BIGINT,
"flag_mobil" BIGINT,
"flag_work_phone" BIGINT,
"flag_phone" BIGINT,
"flag_email" BIGINT,
"occupation_type" VARCHAR,
"cnt_fam_members" DOUBLE
);
Anyone who has the link will be able to view this.