Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ tags
./pretrain
.idea/
.aider*
.venv/
.venv/
4 changes: 1 addition & 3 deletions qlib/workflow/online/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
# Licensed under the MIT License.

"""
OnlineTool is a module to set and unset a series of `online` models.
The `online` models are some decisive models in some time points, which can be changed with the change of time.
This allows us to use efficient submodels as the market-style changing.
OnlineTool is a module for setting and unsetting a series of online models. These are key models selected at specific time points, which can evolve over time. This enables the use of efficient submodels in response to changing market conditions.
"""

from typing import List, Union
Expand Down
Loading