https://github.com/daumann/r-stockprediction
https://github.com/daumann/r-stockprediction
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/daumann/r-stockprediction
- Owner: daumann
- License: mit
- Created: 2014-07-09T17:15:28.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2019-09-09T08:17:21.000Z (almost 7 years ago)
- Last Synced: 2025-04-03T14:43:47.594Z (about 1 year ago)
- Language: R
- Size: 2.84 MB
- Stars: 63
- Watchers: 22
- Forks: 104
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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