Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 380 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 380 Bytes

py_short_stock_prediction

simple and rudimental Python model to analyze and predict value of stocks in the short term and basic deployment on local server

These are the steps implemented in the code:

  • using data reader API to extract stocks
  • plotting and SARIMA model in training set
  • statistical analysis
  • supervised forecasting in test set
  • short time forecasting