Skip to content

Python model to analyze and predict value of stock in the short term and rudimental deployment on server

Notifications You must be signed in to change notification settings

DressPD/py_short_stock_prediction

Repository files navigation

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