1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 11:30:57 +08:00

Update cache.py

This commit is contained in:
you-n-g
2021-01-27 19:52:33 +08:00
committed by GitHub
parent 304a0c3d7a
commit 8c29105bca

View File

@@ -825,8 +825,8 @@ class DiskDatasetCache(DatasetCache):
.. note:: The start is closed. The end is open!!!!!
- Each line contains two element <timestamp, end_index>
- It indicates the `end_index` of the data for `timestamp`
- Each line contains two element <start_index, end_index> with a timestamp as its index.
- It indicates the `start_index`(included) and `end_index`(excluded) of the data for `timestamp`
- meta data: cache/d41366901e25de3ec47297f12e2ba11d.meta