I was wondering how within the quantconnect platform would I be able to use predictions from a ML decision tree ensemble (scikit or gxboost etc.)
Via an api call from Google Cloud ML or some other source/ method to trigger my actual Buy and Sell events. Ensembles do not translate into standard buy and sell rules
so I need to rely on a single scalar prediction or prediction probability.

Thank you in advance