liningbo
liningbo
@yutiansut 聚宽和米筐这些平台,全部卖出股票后,positions都清空了,这样在策略里可以方便的遍历当前还有仓位的股票。
the exception cause by the following code in ops.py in my case after debug, which is in python 3.8 and qlib 0.8.6 and windows 10 and vscode. try: from ._libs.rolling...
> the exception cause by the following code in ops.py in my case after debug, which is in python 3.8 and qlib 0.8.6 and windows 10 and vscode. > >...
I had met the same proble. It is because lack cusparse64_10.dll for 0.3.12 and cusparse64_100.dll for 0.3.4, download cusparse64_10.dll for 0.3.12 and put it it in C:\Windows\System32 or python_install_path\Lib\site-packages\thundergbm. it...