mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-17 01:14:35 +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:
@@ -204,7 +204,7 @@
|
|||||||
" },\n",
|
" },\n",
|
||||||
" \"strategy\": {\n",
|
" \"strategy\": {\n",
|
||||||
" \"class\": \"TopkDropoutStrategy\",\n",
|
" \"class\": \"TopkDropoutStrategy\",\n",
|
||||||
" \"module_path\": \"qlib.contrib.strategy.model_strategy\",\n",
|
" \"module_path\": \"qlib.contrib.strategy.signal_strategy\",\n",
|
||||||
" \"kwargs\": {\n",
|
" \"kwargs\": {\n",
|
||||||
" \"model\": model,\n",
|
" \"model\": model,\n",
|
||||||
" \"dataset\": dataset,\n",
|
" \"dataset\": dataset,\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user