Linlang
Linlang
Hi, @initsownright , What should I do if I want to reproduce your problem?
The issue you mentioned has been fixed in [PR 386](https://github.com/microsoft/RD-Agent/pull/386), please pull the latest code and run it and the issue will be resolved.
Hi, @ricor07 Great, contributing code is very welcome and we provide a template on which you can base your finished code. > Create a new `backend/deprec` folder under the `rdagent/oai`...
This issue is due to the fact that when generating pkl files, the RD-Agent environment is used, and when using pkl files, you are using the docker image's internal environment....
Hi, @ChristoCai The moment I saw the command you used, I thought it was incomplete and I think there are some parameters missing in the command you executed. [Here](https://github.com/microsoft/qlib/tree/main/scripts/data_collector/baostock_5min#collector-baostock-high-frequency-data-to-qlib) is...
Hi, @XYUU Please pull the latest main branch, this will fix the CI error.
Hi, @XYUU Thanks for your contribution to `qlib`, since I couldn't modify this PR, so I created a new PR fixing the CI issue. The link to the new PR...
The data used by qlib are all post-weighted, why do you use post-weighted data? Post-weighting ensures that the historical price remains constant and adjusts the current stock price after each...
We think it may be caused by the machine having too little memory, we tried using your code but did not reproduce the problem. You can try it by shortening...
Hi, @bsq1989 This issue is now fixed in [PR 1918](https://github.com/microsoft/qlib/pull/1918/commits/6abe17b50d1db4ba23326c1126cdc2f77110df07), changes are now in effect in the [latest documentation](https://qlib.readthedocs.io/en/latest/component/workflow.html), thank you for your interest in qlib and for helping us...