1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-10 14:26:56 +08:00

update docs

This commit is contained in:
Young
2020-11-28 05:56:01 +00:00
parent 80b01cb6a6
commit 22c3806672
6 changed files with 19 additions and 12 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>`_.