/python-finance-predictor

Predicting Stock with Support Vector Regression (SKLearn)

Primary LanguagePython

python-finance-predictor

overview

This application is all about predicting stock with Support Vector Regression from SciKit python library. Given stock data of a registered company within a known time window, a prediction can be made. This is just a fun project of learning Python 3 and few libraries while solving real-problems.

requirements

  • Python 3 (recommended)
  • Anaconda (recommended)

running

	python main.py -c 'COMPANY_NAME' -s 'GOOGLE' -ds '2010-01-01' -df '2017-01-01'

extras

Contact me for suggestions!