Skip to content

Latest commit

 

History

History

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Stock Preciction - Time Series Analysis

Models Tested

# Model RMSE Train RMSE Test
1. ARIMA - 175.247
2. Stacked LSTM 140.11 363.8

Dependencies

  • sklearn
  • keras
  • matplotlib
  • pandas
  • seaborn
  • tensorflow
  • statsmodels