Skip to content

Commit 0b3b95f

Browse files
authored
Update workflow_by_code.ipynb (#697)
changed model_strategy to signal_stragey. there is no model_strategy under qlib.contrib.strategy.
1 parent 0596174 commit 0b3b95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/workflow_by_code.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
" },\n",
205205
" \"strategy\": {\n",
206206
" \"class\": \"TopkDropoutStrategy\",\n",
207-
" \"module_path\": \"qlib.contrib.strategy.model_strategy\",\n",
207+
" \"module_path\": \"qlib.contrib.strategy.signal_strategy\",\n",
208208
" \"kwargs\": {\n",
209209
" \"model\": model,\n",
210210
" \"dataset\": dataset,\n",

0 commit comments

Comments
 (0)