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

Merge branch 'main' of github.com:you-n-g/qlib into main

This commit is contained in:
Dong Zhou
2020-11-24 10:09:33 +08:00
3 changed files with 9 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ class ALPHA360_Denoise(DataHandlerLP):
}
learn_processors = [
{"class": "DropnaLabel", "kwargs": {"group": "label"}},
{"class": "DropnaLabel", "kwargs": {"fields_group": "label"}},
{"class": "CSZScoreNorm", "kwargs": {"fields_group": "label"}},
]
infer_processors = [
@@ -96,7 +96,7 @@ class ALPHA360(DataHandlerLP):
}
learn_processors = [
{"class": "DropnaLabel", "kwargs": {"group": "label"}},
{"class": "DropnaLabel", "kwargs": {"fields_group": "label"}},
{"class": "CSZScoreNorm", "kwargs": {"fields_group": "label"}},
]
infer_processors = [