Census Income Data Set
Predict whether income exceeds $50K/yr based on census data.
@kaggle.vivamoto_us_adult_income_update
Predict whether income exceeds $50K/yr based on census data.
@kaggle.vivamoto_us_adult_income_update
CREATE TABLE train (
"age" BIGINT,
"workclass" VARCHAR,
"fnlwgt" BIGINT,
"education" VARCHAR,
"education_num" BIGINT,
"marital_status" VARCHAR,
"occupation" VARCHAR,
"relationship" VARCHAR,
"race" VARCHAR,
"sex" VARCHAR,
"capital_gain" BIGINT,
"capital_loss" BIGINT,
"hours_per_week" BIGINT,
"native_country" VARCHAR,
"income" VARCHAR
);
Anyone who has the link will be able to view this.