Toy Dataset
Toy_dataset_US_To find illness
@kaggle.ahmedaffan789_toy_dataset
Toy_dataset_US_To find illness
@kaggle.ahmedaffan789_toy_dataset
Its based on USA Region Income Gender and Bank Balance to check illness.
Motivation is to find that these features do depends upon illness or not.
Then we make clusters of similar peoples.
This data will help you understand clustering
CREATE TABLE toy_dataset (
"number" BIGINT,
"city" VARCHAR,
"gender" VARCHAR,
"age" BIGINT,
"income" DOUBLE,
"illness" VARCHAR
);Anyone who has the link will be able to view this.