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
This dataset contains information about a sample of over 100 people across the world. The data includes the following information:
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.