| Skills: Logistic Regression | Census Data Analysis | Feature Interpretation | Classification Modeling |
This project analyzes demographic and socioeconomic predictors of employment among foreign-born individuals in the United States using American Community Survey (ACS) data.
The dataset used was the 2024 ACS Public Use Microdata Sample (IPUMS).
The analysis focused on foreign-born individuals aged 18–64.
Key variables included:
The outcome variable was employment status during the survey reference week.
A logistic regression model was used to predict employment status.
Two models were evaluated:
Model performance was evaluated using:
The baseline model achieved strong overall accuracy but performed poorly identifying not-employed individuals. Applying class weights improved recall for the minority class.
The strongest predictors of employment were:
Python, pandas, scikit-learn