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

Update workflow_by_code.ipynb (#697)

changed model_strategy to signal_stragey. there is no model_strategy under qlib.contrib.strategy.
This commit is contained in:
Chao Wang
2021-11-17 20:21:45 -05:00
committed by GitHub
parent 0596174b94
commit 0b3b95f22f

View File

@@ -204,7 +204,7 @@
" },\n",
" \"strategy\": {\n",
" \"class\": \"TopkDropoutStrategy\",\n",
" \"module_path\": \"qlib.contrib.strategy.model_strategy\",\n",
" \"module_path\": \"qlib.contrib.strategy.signal_strategy\",\n",
" \"kwargs\": {\n",
" \"model\": model,\n",
" \"dataset\": dataset,\n",