@support Thanks.
C
Posts made by cortezkwan
-
Strategy with pre-trained neural network weights
can i submit a strategy with pre-trained neural network weights ?
-
How to create a strategy with pandas dataframe
Hi there,
If I have a dataframe with multiple futures close prices and the last column is the 'signal' which contains -1, 0 and 1. May I know that what I should do to convert that dataframe to Xarray on def strategy(data)? And what columns are needed, e.g: Assets, signal and time? Thanks -
RE: backtest_ml()
@support Hi,
I tried to replicate the "Machine Learning with a Voting Classifier" example on strategy notebook, but I got the error message: "AttributeError: module 'qnt.backtester' has no attribute 'backtest_ml'". -
Setup an environment at Google Colab
Hi guys, is it possible that we could setup an environment at Google Colab? I have tried but it keeps failing. Thanks