Skip to content

Commit 3b80876

Browse files
authored
Update online.rst
1 parent 4ec41ea commit 3b80876

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/component/online.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ which including `Online Manager <#Online Manager>`_, `Online Strategy <#Online S
2121
If you have many models or `task` needs to be managed, please consider `Task Management <../advanced/task_management.html>`_.
2222
The `examples <https://github.com/microsoft/qlib/tree/main/examples/online_srv>`_ are based on some components in `Task Management <../advanced/task_management.html>`_ such as ``TrainerRM`` or ``Collector``.
2323

24+
**NOTE**: User should keep his data source updated to support online serving. For example, Qlib provides `a batch of scripts <https://github.com/microsoft/qlib/blob/main/scripts/data_collector/yahoo/README.md#automatic-update-of-daily-frequency-datafrom-yahoo-finance>`_ to help users update Yahoo daily data.
25+
2426
Online Manager
2527
=============
2628

@@ -43,4 +45,4 @@ Updater
4345
=============
4446

4547
.. automodule:: qlib.workflow.online.update
46-
:members:
48+
:members:

0 commit comments

Comments
 (0)