Linlang
Linlang
Will [this PR](https://github.com/microsoft/qlib/pull/1804) solve your problem.
Sorry, there is no script to sample 5min data from 1min data, but we do have a publicly available 5min data that can be used, which was created based on...
Hi, I pulled the latest code, ran the pylint command, and did not find the problem you describe. I found the error code `R0201` in your command, which is not...
> Quite weird. I'm using the latest version  I tried with your command. It gave a different error code `W4904`, but the same reason 'deprecated-class' I tested `gbdt.py` after...
I don't think it makes sense to test with python 3.11, since qlib currently supports the following python versions: [3.7 and 3.8](https://github.com/microsoft/qlib/blob/main/.github/workflows/test_qlib_from_source.yml#L22).
My guess is that your data is not normalized causing this issue. I tried using the command: `python scripts/get_data.py qlib_data --target_dir --region cn` Download the data, confirm that SH600306 exists...
The issue you describe is fixed in [PR 1793](https://github.com/microsoft/qlib/pull/1793), I tested the latest code, and did not find the issue you describe. I suggest you pull the latest code and...
Can you describe, in detail, how this can be surfaced? This will help us to solve the problem.
Hi, @csh589 I'd like to know how to reproduce the problem.
Hi, @vishalkhialani , This issue has been resolved in [PR 1758](https://github.com/microsoft/qlib/pull/1758), please pull the latest code and retry.