1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-10 06:20:57 +08:00
This commit is contained in:
bxdd
2020-11-27 13:07:18 +08:00
parent c31bf61278
commit 8b275a6006
2 changed files with 2 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ class Alpha158(DataHandlerLP):
learn_processors=_DEFAULT_LEARN_PROCESSORS,
fit_start_time=None,
fit_end_time=None,
process_type=DataHandlerLP.PTYPE_A
process_type=DataHandlerLP.PTYPE_A,
**kwargs,
):
infer_processors = check_transform_proc(infer_processors, fit_start_time, fit_end_time)