Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update task_management.rst #700

Merged
merged 1 commit into from
Nov 18, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/advanced/task_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_.

Expand Down