mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 17:12:20 +08:00
update run_all_model and black format
This commit is contained in:
@@ -154,6 +154,7 @@ class LocalformerModel(Model):
|
||||
dl_train = dataset.prepare("train", col_set=["feature", "label"], data_key=DataHandlerLP.DK_L)
|
||||
dl_valid = dataset.prepare("valid", col_set=["feature", "label"], data_key=DataHandlerLP.DK_L)
|
||||
import pdb
|
||||
|
||||
pdb.set_trace()
|
||||
|
||||
dl_train.config(fillna_type="ffill+bfill") # process nan brought by dataloader
|
||||
|
||||
Reference in New Issue
Block a user