mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-17 01:14:35 +08:00
fix docstring
This commit is contained in:
@@ -20,9 +20,7 @@ class Dataset(Serializable):
|
|||||||
"""
|
"""
|
||||||
init is designed to finish following steps:
|
init is designed to finish following steps:
|
||||||
|
|
||||||
- init instance
|
- init the sub instance and the state of the dataset(info to prepare the data)
|
||||||
|
|
||||||
- config 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.
|
- The name of essential state for preparing data should not start with '_' so that it could be serialized on disk when serializing.
|
||||||
|
|
||||||
- setup data
|
- setup data
|
||||||
|
|||||||
Reference in New Issue
Block a user