1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-05 20:11:08 +08:00
This commit is contained in:
Jactus
2020-11-28 16:38:31 +08:00
14 changed files with 50 additions and 180 deletions

View File

@@ -19,9 +19,10 @@ With ``qrun``, user can easily run an `experiment`, which includes the following
- Processing
- Slicing
- Model
- Training and inference (static or rolling)
- Training and inference
- Saving & loading
- Evaluation
- Forecast signal analysis
- Backtest
For each `experiment`, ``Qlib`` has a complete system to tracking all the information as well as artifacts generated during training, inference and evaluation phase. For more information about how Qlib handles `experiment`, please refer to the related document: `Recorder: Experiment Management <../component/recorder.html>`_.
@@ -276,4 +277,4 @@ Here is the configuration details of different `Record Template` such as ``Signa
kwargs:
config: *port_analysis_config
For more information about the ``Record`` module in ``Qlib``, user can refer to the related document: `Record <../component/recorder.html#record-template>`_.
For more information about the ``Record`` module in ``Qlib``, user can refer to the related document: `Record <../component/recorder.html#record-template>`_.