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

Update config names

This commit is contained in:
Jactus
2020-12-04 13:02:09 +08:00
parent 86b0b63771
commit 2fb7774927
13 changed files with 8 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ _DEFAULT_INFER_PROCESSORS = [
]
class ALPHA360(DataHandlerLP):
class Alpha360(DataHandlerLP):
def __init__(
self,
instruments="csi500",
@@ -119,7 +119,7 @@ class ALPHA360(DataHandlerLP):
return fields, names
class ALPHA360vwap(ALPHA360):
class Alpha360vwap(Alpha360):
def get_label_config(self):
return (["Ref($vwap, -2)/Ref($vwap, -1) - 1"], ["LABEL0"])