mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-10 06:20:57 +08:00
black format
This commit is contained in:
@@ -70,7 +70,7 @@ class HighFreqNorm(Processor):
|
||||
columns=["FEATURE_%d" % i for i in range(12 * 240)],
|
||||
).sort_index()
|
||||
return df_new_features
|
||||
|
||||
|
||||
def config(self, fit_start_time=None, fit_end_time=None, **kwargs):
|
||||
if fit_start_time:
|
||||
self.fit_start_time = fit_start_time
|
||||
|
||||
Reference in New Issue
Block a user