1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-14 00:06:58 +08:00

Update config.py (#871)

This commit is contained in:
you-n-g
2022-01-19 19:51:36 +08:00
committed by GitHub
parent 303cdb8ce3
commit 54344c4426

View File

@@ -216,8 +216,9 @@ MODE_CONF = {
"provider_uri": "~/.qlib/qlib_data/cn_data", "provider_uri": "~/.qlib/qlib_data/cn_data",
# cache # cache
# Using parameter 'remote' to announce the client is using server_cache, and the writing access will be disabled. # Using parameter 'remote' to announce the client is using server_cache, and the writing access will be disabled.
"expression_cache": DISK_EXPRESSION_CACHE, # Disable cache by default. Avoid introduce advanced features for beginners
"dataset_cache": DISK_DATASET_CACHE, "expression_cache": None,
"dataset_cache": None,
# SimpleDatasetCache directory # SimpleDatasetCache directory
"local_cache_path": Path("~/.cache/qlib_simple_cache").expanduser().resolve(), "local_cache_path": Path("~/.cache/qlib_simple_cache").expanduser().resolve(),
"calendar_cache": None, "calendar_cache": None,