Implement a trading strategy using machine learning.
Using what you have learnt from Submissions 1 and 2, implement a trading strategy using machine learning. We recommend that students focus on classification – for example: trying to forecast if a stock will move up and down, above some threshold such as the 90-day standard deviation. 1 Decide on an algorithm or group of algorithms (for example, ensemble techniques). 2 Fit the model. 3 […]