Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 796 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 796 Bytes

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