Predicting Recessions with Machine Learning Techniques
Forecasts have become a valuable commodity in today’s data-driven world. Unfortunately, not all forecasting models are of equal caliber, and incorrect predictions can lead to costly decisions.
Today we will compare the performance of several prediction models used to predict recessions. In particular, we’ll look at how a traditional baseline econometric model compares to machine learning models.
Our models will include:
- A baseline probit model.
- K-nearest neighbors.
- Decision forests.
- Ridge classification.