Rate Hikes or not? Developing a machine learning model to predict Fed interest rate decisions

Posted on Nov 21, 2016

Low interest rates have been part of the Federal Reserve’s monetary policy since 2007 when they were put in place for the post-recession recovery effort. At the end of 2015, the Fed decided on a rate hike for the first time since the crisis and it is expected to continue raising rates multiple times in 2017.

interest-rplot

However, the Federal Open Market Committee (FOMC) doesn’t always follow market expectations when it makes its decisions, which can cause huge global capital market volatility. It is valuable to foresee the fed's action and make use of the stock market volatility. So the big question : According to the US economic data, Is it possible to build a model to predict the interest rate and the Fed's action?

Why is the interest rate important?

The interest rate in an economy not only reflects, but influences economic activities.

If the interest rates is too high, people can't afford the price of loans to invest in new equipment, new houses, and new employees.

Conversely, if the interest is too low, there is huge risk of overheating the economy, which will cause bubbles (for example in the stock market) or the inflation that happens in a lot of developing countries now, where prices go up as a result of too much money chasing too few goods.

How can we avoid the market volatility?

Usually, the Fed tries to balance economic activity and inflation, pushing the jobless rate as low as possible while also ensuring that prices don’t rise too quickly or too high. The question is: Is there any other impact factors that influence Fed's decision? What kind of model does the Fed use to predict whether the interest rates should change?

Assuming the Fed makes the decision on the US economic data, I scraped 100+ of the most popular US economic data ( .csv files) from "https://fred.stlouisfed.org" with Python (Scrapy and Selenium).

What kinds of machine learning models can we choose?

In order to answer the questions above, two kinds of models could be considered :

  • Classification (Fed's action)

The linear regression model can predict the interest rate based on US economic activities. Meanwhile, the classification model can predict the Fed's action (0 means no change, 1 stands for increase, -1 for decrease).

Feature Selection

Most of the variables could be removed for several reasons:

  1. Variables with very low correlation to the interest rate, such as the GDP of CHINA.
  2. Variables dependent on the interest rate, such as the yield of bond, LIBOR in London, one or ten years Treasury Bill rate.
  3. Variables with high multicollinearity such as Unemployment Level, Employed population rate, Light vehicle sales, Employee payrolls, the labor force participation rate, and New Housing permits.
  4. Variables only existing annually as this kind of variable create a lot of missing value (Figure 1), also the monthly data is more reasonable and explicit to describe the Fed's decisions on interest rates.

beforecleanFigure 1 shows annual data creates many missing values

Feature Engineering

The interest rate is kind of oscillating variable that ranged from 0-20%, so all the variables changing over time should be transformed to oscillating variables.

%e5%9b%be%e7%89%871

The change rate was used to replace the number (right part of figure above)

Linear Regression Model

After feature engineering, the linear regression model was built to predict the interest rate, and 7 variables were significant.

Interest.Rate =13.092 + 1.101 * BL
Β Β Β Β Β Β Β Β Β Β + 0.390 * RE
Β Β Β Β Β Β Β Β Β Β + 0.148 * US.Dollar.Index
Β Β Β Β Β Β Β Β Β Β + 0.930 * P.C.E
Β Β Β Β Β Β Β Β Β Β - 1.036 * UE
Β Β Β Β Β Β Β Β Β Β - 0.136 * RGDP
Β Β Β Β Β Β Β Β Β Β - 1.090 * T.V.S

where

BL is the bank loan rate, when bank loans increase, the interest rate should be raised to reduce the risk of bubbles and inflation;

RE is the real export rate, while the Real Export rate grows faster, more money flows into the market, and the Fed should raise the interest rate to withdraw the extra export earned.

US.Dollar.Index stands for the value of US dollar, the more expensive the dollar is, the higher risk of overheating the economic, and the higher possibility the Fed raise the interest rate.

P.C.E is the personal consumption expenditures rate. The rate of consumption increase, which always caused by prices going up faster. The Fed could raise the interest rate to avoid inflation.

UE is the unemployed rate. The higher the unemployment rate, the lower interest rates are required to encourage the investment.

RGDP is the rate of GDP growth. The higher the rate of GDP growth, the more money is required in the market for the economy to function. If real GDP grows too quickly, the Fed could reduce the interest rate to lower the price of loans and lower risk of deflation.

T.V.S is the total vehicle sales. Vehicle sales relate to mortgages, which means more and more vehicle sales require the lower the price of loans (decreasing the interest rate).

The statistic of the model is below:

multicollinearuty

The added variable plots above shows the contribution of each additional variable. Distinct patterns are indications of good contributions to the linear model.

Regression DiagnosticΒ 

In order to evaluate the assumption of the linear regression, four diagnostic plots (below) were brought up. The upper left plot shows the residuals (the vertical distance from a point to the regression line) versus the fitted values. Note that three points are numbered 667, 373, and 706, which does not necessarily indicate a problem but does mean we need to pay special attention to them.

The upper right plot is a Normal Q-Q plot of the residuals. Recall that one of the assumptions of a least-squares regression is that the errors are normally distributed. This plot evaluates that assumption. Here, three points 667, 373, and 706 lie pretty far from the dashed line, especially the point 706 indicate large deviation from the line.

%e5%9b%be%e7%89%872

The lower left plot is identical to the upper left plot. The only difference is the square root of the standardized residuals on the y-axis, which the residuals are re-scaled so that they have a mean of zero and a variance of one. This plot eliminates the sign on the residual, with large residuals (both positive and negative) plotting at the top and small residuals plotting at the bottom. The red line shows the trend and the variance in the residuals shouldn't change as a function of x, which means the red line should be relatively flat. It is here, except at the far left end, where several points with near zero or negative fit values pull the line down, and points 373 and 706 at the right end pull the trend up.

The lower right plot shows the standardized residuals against leverage. Leverage reflects both the distance from the center and the isolation of a point. The plot also contours values of Cook’s distance, which measures how much the regression would change if a point was deleted. Cook’s distance increases due to large leverage and residuals. If one point far from the center with a large residual can severely affect the regression. On this plot, point 706 has a large Cook's distance (>0.5), and point 622 with large leverage has a big Cook's distance but still smaller than 0.5.

Investigate the outliers and leverage points

As a result of the regression diagnostic, four data point with larger residue or greater leverage need further investigated, which happened in 1981-01-01, 2001-10-01, 2005-07-01, and 2008-10-01. Β From the table below, we can see large difference between the real interest rate and the prediction. What happened at those times? -- Economic Recession possibly caused by the wrong interest rate decision by Fed!

1981-01-01:The Fed kept the real interest rate too high, which caused economic recession. Β Β "The early 1980s recession in the United States began in July 1981 and ended in November 1982. One cause was the Federal Reserve's contractionary monetary policy, which sought to rein in the high inflation. In the wake of the 1973 oil crisis and the 1979 energy crisis, stagflation began to afflict the economy."

2001-10-01: From 2000 to 2001, the Federal Reserve, in a move to protect the economy from the overvalued stock market, made successive interest rate increases, but after September 11, 2001 attacking the economy need lower interest rate to reduce the cost of investment and rebuilt. As the result of Fed kept the interest rate higher, the severe, prolonged recession occurred in United States in 2002 and 2003.

2005-07-01: In 2001, Alan Greenspan dropped interest rates to a low 1% in order to jump the economy after the ".com" bubble, comparing with the model that show the real interest kept too low, which indicated the housing bubble in 2005-2006. Β In order to rein the housing bubble, the Fed started rate hiking with too fast steps from 2005, which caused U.S economy slowed sharply at the end of 2005. Also, as the real interest rate is too high, the mortgage and credit crisis occurred in 2007.

2008-10-01 (the only data point with the Cook's distance >0.5): Since the advent of the global financial crisis of 2007–08 and since the risk-free short-term nominal interest rates were either at or close to zero, a policy termed 'quantitative easing' (QE) have been used by the United States, the United Kingdom, and the Eurozone. QE is essentially a new way of raising the money supply in the economy. Β Since interest rates have been near zero, the whole world has had trouble using just monetary policy to jump out of the great recession.

Also from the figure below, comparing the prediction and the real interest rate over 40 years, we can find the model distorted after 2008. Due to the irregular QE, QE2, and QE3 and the material negative interest rate, the real interest rate has trouble reflecting the economy, which is abnormal in history, with bubble in stock market, but lower inflation and economic recession.

realv-sprediction

Should the outlier and leverage points be removed for the model?

If the points with large residue or great leverage were removed, the R-squared value would increase by almost 0.1, which means a great improvement on the model. Meanwhile, this would then easily point out Β these major policy events.

How about the prediction on the points removed?

The new model point out the larger singularity between the prediction and the real interest rate, which can foresee the crisis while the gap beyond one threshold.

Classification

Now the linear model can help predict the value of the interest rate, which can foresee and direct the Fed's decision.

Can we directly predict if the Fed take an action on the interest rate?

Random Tree

Data were trained with best mtry=2, but due to the unbalance of the data in each class, large error occurred in the classes "increase" and "decrease".

random_forest_rplot

Neural Network

As the selected feature without multicollinearity, multinomial log-linear models via neural networks was used to predict the Fed's decision.

How the Fed will deal with the interest rate in the coming December's FOMC meeting?

From the linear model and figure above, we see the gap between the prediction and real interest rate, which reveals the potential raise of the interest rate.

but both the random forest and the neural network predict higher possible that the Fed will keep the current interest rate.

Conclusion:

The Fed has many economists making very advanced models about the economy. For this project, I wanted to see if looking at a few basic features could model past Fed actions. The main features made intuitive sense, but I would still trust the Fed’s econometric modeling processes to determine how to change a metric as important as interest rates going forward.

About Author

leizhang

He got his PhD degree in Physics from City University of New York in 2013, and recently completed his post doctoral projects funded by CDMRP (Congressionally Directed Medical Research Programs, Department of Defense) and US Department of Energy,...
View all posts by leizhang >

Related Articles

Leave a Comment

Google May 22, 2021
Google Always a major fan of linking to bloggers that I like but really don't get a good deal of link really like from.
Data Science socialprachar September 3, 2018
Data Science course Hyderabad September 3, 2018
Good insight into the topic. The future is here already. https://socialprachar.com/data-science-course-classroom-training-hyderabad/
Isaac Burbank November 29, 2017
My coder is trying to convince me to move to .net from PHP. I have always disliked the idea because of the expenses. But he's tryiong none the less. I've been using Movable-type on a variety of websites for about a year and am nervous about switching to another platform. I have heard fantastic things about blogengine.net. Is there a way I can transfer all my wordpress posts into it? Any kind of help would be greatly appreciated!

View Posts by Categories


Our Recent Popular Posts


View Posts by Tags

#python #trainwithnycdsa 2019 2020 Revenue 3-points agriculture air quality airbnb airline alcohol Alex Baransky algorithm alumni Alumni Interview Alumni Reviews Alumni Spotlight alumni story Alumnus ames dataset ames housing dataset apartment rent API Application artist aws bank loans beautiful soup Best Bootcamp Best Data Science 2019 Best Data Science Bootcamp Best Data Science Bootcamp 2020 Best Ranked Big Data Book Launch Book-Signing bootcamp Bootcamp Alumni Bootcamp Prep boston safety Bundles cake recipe California Cancer Research capstone car price Career Career Day citibike classic cars classpass clustering Coding Course Demo Course Report covid 19 credit credit card crime frequency crops D3.js data data analysis Data Analyst data analytics data for tripadvisor reviews data science Data Science Academy Data Science Bootcamp Data science jobs Data Science Reviews Data Scientist Data Scientist Jobs data visualization database Deep Learning Demo Day Discount disney dplyr drug data e-commerce economy employee employee burnout employer networking environment feature engineering Finance Financial Data Science fitness studio Flask flight delay gbm Get Hired ggplot2 googleVis H20 Hadoop hallmark holiday movie happiness healthcare frauds higgs boson Hiring hiring partner events Hiring Partners hotels housing housing data housing predictions housing price hy-vee Income Industry Experts Injuries Instructor Blog Instructor Interview insurance italki Job Job Placement Jobs Jon Krohn JP Morgan Chase Kaggle Kickstarter las vegas airport lasso regression Lead Data Scienctist Lead Data Scientist leaflet league linear regression Logistic Regression machine learning Maps market matplotlib Medical Research Meet the team meetup methal health miami beach movie music Napoli NBA netflix Networking neural network Neural networks New Courses NHL nlp NYC NYC Data Science nyc data science academy NYC Open Data nyc property NYCDSA NYCDSA Alumni Online Online Bootcamp Online Training Open Data painter pandas Part-time performance phoenix pollutants Portfolio Development precision measurement prediction Prework Programming public safety PwC python Python Data Analysis python machine learning python scrapy python web scraping python webscraping Python Workshop R R Data Analysis R language R Programming R Shiny r studio R Visualization R Workshop R-bloggers random forest Ranking recommendation recommendation system regression Remote remote data science bootcamp Scrapy scrapy visualization seaborn seafood type Selenium sentiment analysis sentiment classification Shiny Shiny Dashboard Spark Special Special Summer Sports statistics streaming Student Interview Student Showcase SVM Switchup Tableau teachers team team performance TensorFlow Testimonial tf-idf Top Data Science Bootcamp Top manufacturing companies Transfers tweets twitter videos visualization wallstreet wallstreetbets web scraping Weekend Course What to expect whiskey whiskeyadvocate wildfire word cloud word2vec XGBoost yelp youtube trending ZORI