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

fix docstring

This commit is contained in:
bxdd
2021-03-29 20:38:09 +08:00
parent d18c367497
commit 1074284666

View File

@@ -20,9 +20,7 @@ class Dataset(Serializable):
"""
init is designed to finish following steps:
- init instance
- config the state of the dataset(info to prepare the data)
- init the sub instance and the state of the dataset(info to prepare the data)
- The name of essential state for preparing data should not start with '_' so that it could be serialized on disk when serializing.
- setup data