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

https://github.com/jimp315/machine-learning-trading

Unit 15 Machine Learning Algos homework
https://github.com/jimp315/machine-learning-trading

adaboost algotrade algotrading-machine-learning random-forest-classifier

Last synced: about 1 month ago
JSON representation

Unit 15 Machine Learning Algos homework

Awesome Lists containing this project

README

          

* For the Baseline trading algorithm, will also test with 6month and 9 month offsets, and record results
* When I ran the Dataoffset longer, ie 6 months and then 12 months, the results were that accuracy improved over 6 months, and also recall for the buy signal, went from 90 to 97. Compare this to the 12 months offset and accuracy was also similar at 53%, however the recall continued to rise
* Further increasing the offset for testing the base line meant that the Random Forest classifier had better outcomes then ADA boost as the offset was extended.