An open API service indexing awesome lists of open source software.

https://github.com/daumann/r-stockprediction


https://github.com/daumann/r-stockprediction

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

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