diff --git a/.gitignore b/.gitignore index 10e3cd2ff1..251b661af0 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ tags ./pretrain .idea/ .aider* +.venv/ +.venv/ diff --git a/qlib/workflow/online/utils.py b/qlib/workflow/online/utils.py index c390ca0092..0c5ac6157a 100644 --- a/qlib/workflow/online/utils.py +++ b/qlib/workflow/online/utils.py @@ -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