1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 19:41:00 +08:00

Update task_management.rst (#700)

This commit is contained in:
demon143
2021-11-18 18:23:43 +08:00
committed by GitHub
parent d4b56d97b5
commit 9265b66e09

View File

@@ -13,9 +13,8 @@ The `Workflow <../component/introduction.html>`_ part introduces how to run rese
To automatically generate and execute different tasks, ``Task Management`` provides a whole process including `Task Generating`_, `Task Storing`_, `Task Training`_ and `Task Collecting`_.
With this module, users can run their ``task`` automatically at different periods, in different losses, or even by different models.The processes of task generation, model training and combine and collect data are shown in the following figure.
<div style="align: center">
<img src="https://github.com/microsoft/qlib/blob/main/docs/_static/img/Task-Gen-Recorder-Collector.svg" />
</div>
.. image:: ../_static/img/Task-Gen-Recorder-Collector.svg
:align: center
This whole process can be used in `Online Serving <../component/online.html>`_.