adityabhatia / r-stockPrediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A project which ranks prediction models using stock price prediction

#Please keep in mind:

  1. Run input/getStock.sh to generate the input CSV files
  2. Install missing packages - e.g. install.packages("forecast")
  3. Run the code of OptionallyRunTest.r for a test (with the function findBestPrediction from findBestPrediction.r being in the workspace)

Disclaimer: The code for this project was built for the "E185 Big Data Analytics" course at Harvard Extension School in 2013 and was not intended for publication - however, you can use this script as a starting point to built your own project, but please go over the code for obvious improvements and cleanups first.

Please share your finished project with me via dietmar.aumann@gmail.com - or not, it's up to you!

License: MIT

About

License:MIT License


Languages

Language:Shell 84.3%Language:R 15.7%