Linlang

Results 155 comments of 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 ![image](https://private-user-images.githubusercontent.com/57754488/342734102-67216c50-aec0-4c7e-90eb-3d279caf8b7f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTk0NjUwODcsIm5iZiI6MTcxOTQ2NDc4NywicGF0aCI6Ii81Nzc1NDQ4OC8zNDI3MzQxMDItNjcyMTZjNTAtYWVjMC00YzdlLTkwZWItM2QyNzljYWY4YjdmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA2MjclMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNjI3VDA1MDYyN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWNlNWU5YWUyYTQyNjhjOGFjZDM2YjgwN2IzYTc5ZmRiYzk4ZjEyYmFjMzgwNzE1NDJhNWI3ZmJhYzU0ZTM1ZjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.4F_lroRFZvMU6gJBO8yX3QYyHHol7gH8b1BJ4JdT52s) 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.