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

rename group -> fields_group

This commit is contained in:
Young
2020-11-24 02:05:05 +00:00
parent f536241a5f
commit 0112d06ed5
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 = [