1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-16 01:06:56 +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`_. 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. 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"> .. image:: ../_static/img/Task-Gen-Recorder-Collector.svg
<img src="https://github.com/microsoft/qlib/blob/main/docs/_static/img/Task-Gen-Recorder-Collector.svg" /> :align: center
</div>
This whole process can be used in `Online Serving <../component/online.html>`_. This whole process can be used in `Online Serving <../component/online.html>`_.