Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 363 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 363 Bytes

ML

It's a machine learning final project. Topic:stocks return prediction by fundamental data I wrote a simple-version back-test framework to test machine learning models:linear and non-linear.

All the infrastructure are done in utils.py. Models are wrote in model fucntion in strategy.py. The next step is to add stoploss and delta hedging strategy and so on.