Jie Liu

Results 2 comments of Jie Liu

Maybe you can try setting the executor parameter `verbose` to `True`. [code reference](https://github.com/microsoft/qlib/blob/ecbeeafdc141ed89d5daf37ddfa20717190dfdb1/qlib/backtest/executor.py#L535) ``` port_analysis_config = { "executor": { "class": "SimulatorExecutor", "module_path": "qlib.backtest.executor", "kwargs": { "time_per_step": "day", "generate_portfolio_metrics": True, "verbose":...

usage in config file (`.yaml`) ```yaml --- qlib_init: ... task: model: ... dataset: ... record: - class: SignalRecord module_path: qlib.workflow.record_temp kwargs: ... - class: PortAnaRecord module_path: qlib.workflow.record_temp kwargs: config: executor:...