NicoSartor / Stock_Market_Prediction

This is the code for "Stock Market Prediction" by Siraj Raval on Youtube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Market Prediction

Coding Challenge - Due Date, Thursday Sept 14 12 PM PST

Train a machine learning model of your choice on a company stock's historical data as well as 3 other data points. They can be the sentiment from twitter, news headlines, google trends, etc. Be creative, good luck!

Overview

This is the code for this video on Youtube by Siraj Raval. This takes the past 10 years of historical price data from the Dow Jones and the news headlines from New York times articles (sentiment analysis) to predict future prices.

Dependencies

  • numpy
  • pandas
  • nltk
  • scikit-learn

Install missing dependencies using pip

Usage

Run the jupyter notebook by typing jupyter notebook in terminal

Install jupyter here

Credits

Credits for this code go to dineshdaultani. I've merely created a wrapper to get people started.

About

This is the code for "Stock Market Prediction" by Siraj Raval on Youtube

License:Apache License 2.0


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%