Hello QC Support,

I would like to train my ML model on specific date intervals. These training date intervals are prior to the backtest start date. I do not want to do any training between the backtest start and end dates. I want to train the ML model only once prior to the backtest start date.

Once the ML model is trained, I shall call MLmodel.predict() using the previously trained model for every backtest daily iteration. I don't want to do any training during the backtest period.

Please suggest how I can set that up. And I hope that was easy to understand :)

Thanks / Sheikh

Author