mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-05 03:50:57 +08:00
adjust data and model interface
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
class Dataset:
|
||||
'''
|
||||
Preparing data for model training.
|
||||
The type of dataset depends on the model. (It could be pd.DataFrame, pytorch.DataLoader, etc.)
|
||||
'''
|
||||
def generate(self):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user