/stock_prediction

Stock prediction with yahoo finance data. Try to combine with DOCKER & Server deploy

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

stock_prediction

Stock prediction with yahoo finance data. Try to combine with DOCKER & Server deploy

data_load_stock.ipynb

  • Start to obtain the price using yfinance library
  • Convert the data into table for three stock only. (Next step: Try with wide range of stock)
  • Plan:
    • Connect SQL or Docker to upload it
    • Research for stock price prediction equation
    • Dash Board build up