We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c8bfa commit 0b11dc5Copy full SHA for 0b11dc5
docs/component/workflow.rst
@@ -90,12 +90,12 @@ Below is a typical config file of ``qrun``.
90
test: [2017-01-01, 2020-08-01]
91
record:
92
- class: SignalRecord
93
- module_path: qlib.workflow.record_temp
94
- kwargs: {}
+ module_path: qlib.workflow.record_temp
+ kwargs: {}
95
- class: PortAnaRecord
96
97
- kwargs:
98
- config: *port_analysis_config
+ kwargs:
+ config: *port_analysis_config
99
100
After saving the config into `configuration.yaml`, users could start the workflow and test their ideas with a single command below.
101
0 commit comments