mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 20:11:08 +08:00
fix docstring
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user