US Census – Annual Business Survey (ABS) APIs

Sayali Joshi, Keng-Ming Lin, Antonio Bing

2024-10-30

Objective Recap

Industry Visualization

Modeling with h2o:

Graph 1 – Actual vs. Predicted Values

Modeling with h2o:

Graph 2 – Residual Plot

Variable Importance Table

Key Takeaway from Variable Importance

1> The scatter plot (Graph 1) reveals that the model performs well for smaller firms, with actual values closely aligning with predicted values. However, variance increases for larger firms, suggesting potential room for improvement in handling outliers or extreme values.

2> The residual plot (Graph 2) highlights issues with heteroscedasticity, where prediction errors are more pronounced for firms with higher employee counts. This suggests the need for additional feature engineering or the application of advanced algorithms to address variability in large firms. Insights from Variable Importance:

3> The analysis shows that “Period” and specific industry categories (e.g., NAICS2017.23 for Construction) play a significant role in predicting employer firm counts, indicating temporal trends and industry-specific growth patterns are key factors.

4> Demographic variables (e.g., ownership characteristics like gender or ethnicity) show lower importance in the model, suggesting that industry and time-based factors dominate the prediction landscape.

Data Visualizations considering Peer Comments:

Areas for Improvement for Policymakers:

Thank You..