mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-07 21:11:50 +08:00
fix ubg
This commit is contained in:
@@ -71,7 +71,7 @@ class HighFreqNorm(Processor):
|
||||
).sort_index()
|
||||
return df_new_features
|
||||
|
||||
def config(fit_start_time=None, fit_end_time=None, **kwargs):
|
||||
def config(self, fit_start_time=None, fit_end_time=None, **kwargs):
|
||||
if fit_start_time:
|
||||
self.fit_start_time = fit_start_time
|
||||
if fit_end_time:
|
||||
|
||||
@@ -31,7 +31,7 @@ class HighfreqWorkflow(object):
|
||||
|
||||
SPEC_CONF = {"custom_ops": [DayLast, FFillNan, BFillNan, Date, Select, IsNull, Cut], "expression_cache": None}
|
||||
|
||||
MARKET = "csi300"
|
||||
MARKET = "all"
|
||||
|
||||
start_time = "2020-09-15 00:00:00"
|
||||
end_time = "2021-01-18 16:00:00"
|
||||
|
||||
Reference in New Issue
Block a user