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
);
Anyone who has the link will be able to view this.