1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Update detailed_workflow.ipynb (#1084)

time_per_step bug.
This commit is contained in:
Chia-hung Tai
2022-05-03 15:11:27 +08:00
committed by GitHub
parent 64979ad769
commit a73b60d05a

View File

@@ -967,10 +967,10 @@
"###################################\n", "###################################\n",
"port_analysis_config = {\n", "port_analysis_config = {\n",
" \"executor\": {\n", " \"executor\": {\n",
" \"time_per_step\"\n",
" \"class\": \"SimulatorExecutor\",\n", " \"class\": \"SimulatorExecutor\",\n",
" \"module_path\": \"qlib.backtest.executor\",\n", " \"module_path\": \"qlib.backtest.executor\",\n",
" \"kwargs\": {: \"day\",\n", " \"kwargs\": {\n",
" \"time_per_step\": \"day\",\n",
" \"generate_portfolio_metrics\": True,\n", " \"generate_portfolio_metrics\": True,\n",
" },\n", " },\n",
" },\n", " },\n",