1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 14:56:55 +08:00

update dnn

This commit is contained in:
bxdd
2020-11-27 13:00:14 +08:00
parent 52c7076917
commit a144a9c3c6
4 changed files with 36 additions and 19 deletions

View File

@@ -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):