Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 544 Bytes

File metadata and controls

21 lines (17 loc) · 544 Bytes

kopostockmodel

Stock forecasting model implementation of Korea Polytechnics (dept. smart finance)

Prerequisites

You have to install following libraries (pip install) to execute main.py

  • pandas
  • matplotlib
  • numpy
  • finance-datareader
  • beautifulsoup4
  • mplfinance
  • scipy
  • chart-studio
  • plotly

'plotlcy-orca' library needs to be install via 'conda install' command conda install -c plotly plotly-orca

(For your reference, check this link: Why plotly-orca is unable to install via pip?