Credit Data
The data includes credit default behavior highly useable for debugging ML models
@kaggle.rupakroy_credit_data
The data includes credit default behavior highly useable for debugging ML models
@kaggle.rupakroy_credit_data
CREATE TABLE credit_data (
"clientid" BIGINT,
"income" DOUBLE,
"age" DOUBLE,
"loan" DOUBLE,
"default" BIGINT
);
Anyone who has the link will be able to view this.