Unemployment Dynamics Forecasting with Machine Learning Regression Models
Kyungsu Kim

TL;DR
This study compares various machine learning models, including ensemble and deep learning techniques, for forecasting U.S. unemployment rates using macroeconomic, labor market, financial, and sentiment data, demonstrating the superior performance of tree-based and neural network models.
Contribution
It provides a comprehensive comparison of linear, ensemble, and deep learning models for unemployment forecasting, highlighting the effectiveness of modern machine learning techniques.
Findings
Tree-based ensemble models outperform linear models.
CatBoost achieves the most accurate forecasts.
LSTM captures temporal patterns more effectively.
Abstract
In this paper, I explored how a range of regression and machine learning techniques can be applied to monthly U.S. unemployment data to produce timely forecasts. I compared seven models: Linear Regression, SGDRegressor, Random Forest, XGBoost, CatBoost, Support Vector Regression, and an LSTM network, training each on a historical span of data and then evaluating on a later hold-out period. Input features include macro indicators (GDP growth, CPI), labor market measures (job openings, initial claims), financial variables (interest rates, equity indices), and consumer sentiment. I tuned model hyperparameters via cross-validation and assessed performance with standard error metrics and the ability to predict the correct unemployment direction. Across the board, tree-based ensembles (and CatBoost in particular) deliver noticeably better forecasts than simple linear approaches, while the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEnergy Load and Power Forecasting
MethodsLinear Regression · Tanh Activation · Shapley Additive Explanations · Sigmoid Activation · Long Short-Term Memory
