Skip to content

Commit

Permalink
Update workflow_by_code.ipynb (microsoft#697)
Browse files Browse the repository at this point in the history
changed model_strategy to signal_stragey. there is no model_strategy under qlib.contrib.strategy.
  • Loading branch information
wan9c9 committed Nov 18, 2021
1 parent 94df0c1 commit a6a01c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/workflow_by_code.ipynb
Expand Up @@ -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",
Expand Down

0 comments on commit a6a01c9

Please sign in to comment.