Credit Risk Classification Dataset
Is Customer is Risky or Not Risky ?
@kaggle.praveengovi_credit_risk_classification_dataset
Is Customer is Risky or Not Risky ?
@kaggle.praveengovi_credit_risk_classification_dataset
CREATE TABLE customer_data (
"label" BIGINT,
"id" BIGINT,
"fea_1" BIGINT,
"fea_2" DOUBLE,
"fea_3" BIGINT,
"fea_4" DOUBLE,
"fea_5" BIGINT,
"fea_6" BIGINT,
"fea_7" BIGINT,
"fea_8" BIGINT,
"fea_9" BIGINT,
"fea_10" BIGINT,
"fea_11" DOUBLE
);
CREATE TABLE payment_data (
"id" BIGINT,
"ovd_t1" BIGINT,
"ovd_t2" BIGINT,
"ovd_t3" BIGINT,
"ovd_sum" BIGINT,
"pay_normal" BIGINT,
"prod_code" BIGINT,
"prod_limit" DOUBLE,
"update_date" TIMESTAMP,
"new_balance" DOUBLE,
"highest_balance" DOUBLE,
"report_date" TIMESTAMP
);
Anyone who has the link will be able to view this.