shreyashankar / streams

STREAMS: A Benchmark of Naturalistic Streaming Data for Online Continual Learning
2 stars 0 forks source link

American Community Survey (ACS) Employment #26

Closed kawine closed 2 years ago

kawine commented 2 years ago

Predict whether an individual is employed, after filtering the ACS PUMS data sample to only include individuals between the ages of 16 and 90. See https://github.com/zykls/folktables. Copy the existing ACSEmployment setup in that repo, but add the RELSHIPP feature in addition to RELP, since that represents a coding change that was overlooked in the repo.

X: coded features (see dictionary here)

Y: ESR (employment status recode)

Domains:

shreyashankar commented 2 years ago

What horizon? Person or household? https://github.com/zykls/folktables/blob/c4fc62bd357fcf19e2d5f4643f21aa931ef9e718/folktables/acs.py#L17

Also, should we be using race code as a domain / group? Survey year seems less interesting than race code (IMO)

cc @kawine