Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 360 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 360 Bytes

IBM stock price forecast

In this exercise, I analyzed the IBM stock adjusted close price. I checked which model returned the best MASE and RMSE results.

The IBM stock adjusted prices are from Yahoo Finance .

Models

  • Naïve
  • Seasonal Naïve
  • ETS
  • ARIMA
  • Neural Network