Data loading in online Env
-
Hello @support,
could you pls check why strategy # 16876206 and # 16875625 were filtered, as they passed the precheck, and there are no error warnings .
Thanks a lot.
Regards -
This post is deleted! -
Dear @magenta-kabuto,
Your two submissions are filtered because they had cells executing for more than 2100 seconds.
Regards
-
Hi @support,
thx for the information.
Does this cell limit include the ml_backtester?
Thank you.
Regards -
Dear @magenta-kabuto,
Yes, each cell has a limit of 2100 seconds. Please note that ML strategies should be sent to contests in a single pass mode, backtest_ml function should be used for development purposes only.
Regards
-
ok @support , thx a lot for the info.
I used the backtest_ml in order to access previous weights for my strategy. Is there a way to access past weights, without the use of ML_Backtest?
Thank you.
Regards -
Does anyone know whether the quantiacs competition backtestester would, using the following code: stats = qnstats.calc_stat(data, weights.sel(time=slice("2006-01-01", None))) return all weights since inception or only the weights assigned on the current time step?
Thank you -
@magenta-kabuto Hi, did you try it? The slice function is designed to return all weights.