mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-11 14:56:55 +08:00
update dnn
This commit is contained in:
@@ -171,6 +171,7 @@ class Alpha158(DataHandlerLP):
|
||||
learn_processors=["DropnaLabel", {"class": "CSZScoreNorm", "kwargs": {"fields_group": "label"}}],
|
||||
fit_start_time=None,
|
||||
fit_end_time=None,
|
||||
process_type=DataHandlerLP.PTYPE_A
|
||||
):
|
||||
def check_transform_proc(proc_l):
|
||||
new_l = []
|
||||
@@ -209,6 +210,7 @@ class Alpha158(DataHandlerLP):
|
||||
data_loader=data_loader,
|
||||
infer_processors=infer_processors,
|
||||
learn_processors=learn_processors,
|
||||
process_type=process_type
|
||||
)
|
||||
|
||||
def get_feature_config(self):
|
||||
|
||||
Reference in New Issue
Block a user