Block a user
66ffe6d11b
Add figures to report to finish project 6
9464943f75
Implment remaining indicators and add figures
f53f6a4d40
Implement theoretical optimal strategy and evaluate
61bc03e230
Change marketsim to support orders dataframe as input
117d97b8e9
Parse orders and extract information (start/end date and symbols)
0429c497c7
Make zip naming consistent and start marketsim project
4e2a7a8e77
Add marketsim zip
381670705b
Change best for LinReg to return optimal data
a662e302db
Add my DT Learner to defeat_learners assignment
8ee47c9a1d
Finish report for project 3.
3ef06ccc96
Create charts for project 3 report.
7007bc7514
Fix DTLearner. The issue was that I took the lenght of the wrong tree (right instead of left) for the root. Also avoid code duplication via abstract tree learner class because why not.
3f2d2f4df3
Finish all learners, but they don't pass tests. I have to figure out why they perform so bad.