Linlang

Results 155 comments of Linlang

> > I downloaded the data first and then normalized the data manually, and did not find the problem you describe. So I'm guessing you are using the `update_data_to_bin` method?...

If you want to dump the data into a bin file supported by qlib, you can refer to step 3 in [this document](https://github.com/microsoft/qlib/tree/main/scripts/data_collector/yahoo).

I understand that you may want to package qlib and install it later. I made some attempts on my computer :. 1. First, I pulled down the latest version of...

Would you like to create a PR to fix this and be one of the contributors to qlib.

Would you like to create a pull request to fix this issue.

To install qlib from source, first pull the code locally, then install numpy and cython: `python -m pip install "numpy

Not sure what system you are using? I tried installing it under ubuntu and windows and found no conflicts. Currently qlib support system include `windows` and `linux`.

I think that lowering your `ruamel.yaml` version might solve the problem. Ref: https://github.com/microsoft/qlib/blob/main/setup.py#L77

Let's start with my testing process: 1. use `python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/cn_data --region cn` command to get the data 2. Read the data through `D.features`. 3. calculate the real...

I understand that this problem is due to network, even using global proxy doesn't work, I am using windows, setting the port of proxy server in cmd solves the problem,...