mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 07:46:53 +08:00
support check_transform_proc module_path
This commit is contained in:
@@ -33,7 +33,7 @@ class HighfreqWorkflow:
|
||||
"fit_start_time": start_time,
|
||||
"fit_end_time": train_end_time,
|
||||
"instruments": MARKET,
|
||||
"infer_processors": [{"class": "HighFreqNorm", "module_path": "highfreq_processor", "kwargs": {}}],
|
||||
"infer_processors": [{"class": "HighFreqNorm", "module_path": "highfreq_processor"}],
|
||||
}
|
||||
DATA_HANDLER_CONFIG1 = {
|
||||
"start_time": start_time,
|
||||
|
||||
Reference in New Issue
Block a user