Hi Derek Melchin I read your post with interest as I am new to your platform and trying to implement and test the following similar approach for global equities either using a GBM or multi branch boosted tree. There is some evidence that multi branch trees beat binary trees and that these multi branch trees beat GBM on most metrics. That said testing this using GBM on QC woudl be a start.
Use classification instead of regression ie try to predict winners and losers by classifying the top say 30% of winners/outperformers as +1 and the bottom 30% losers/underperformers as -1. Almost all of the research and commentary I have seen use a regression approach and not classification.
As far as technical indicators go I woudl like to use 20 different unique technical indicators already available on the platform and normalize each indiactor value over its own lifetime history.
The target variable i.e. what I am trying to predict is the return of an equity over the folowing five trading days. Running this on a Friday after the close to predict the following Friday's return. This would amount to a weekly rebalance going long the top decile and short the bottom decile of equities. Execution ideally on the close but second choice woudl be VWAP.
Three sub models, all equally weighted woudl be:
a) short term model based on one month rolling lookback window
b) long term model based on one year/12 month rolling lookback window
c) seasonal model based on 10 year rolling lookback of the same calendar month.
Any guidance from your team appreciated as I am mid way through your boot camp but working on this as my first project on your platform.
Thank you