-
Couldn't load subscription status.
- Fork 5.1k
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
After downloading data with the code:
python scripts/get_data.py qlib_data --target_dir ~/.qlib/qlib_data/cn_data --region cn
according to the instruction in https://qlib.readthedocs.io/en/latest/start/initialization.html
I cannot run the following one:
import qlib
region in [REG_CN, REG_US]
from qlib.config import REG_CN
provider_uri = "~/.qlib/qlib_data/cn_data" # target_dir
qlib.init(provider_uri=provider_uri, region=REG_CN)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
