Credit Score Classification Dataset
Easy Credit Score Classification Dataset for Multiple Classification.
@kaggle.sujithmandala_credit_score_classification_dataset
Easy Credit Score Classification Dataset for Multiple Classification.
@kaggle.sujithmandala_credit_score_classification_dataset
CREATE TABLE credit_score_classification_dataset (
"age" BIGINT,
"gender" VARCHAR,
"income" BIGINT,
"education" VARCHAR,
"marital_status" VARCHAR,
"number_of_children" BIGINT,
"home_ownership" VARCHAR,
"credit_score" VARCHAR
);
Anyone who has the link will be able to view this.