From c633d3fec0f6ce83327588b61c88732d167fc1d1 Mon Sep 17 00:00:00 2001 From: Chia-hung Tai Date: Tue, 4 Jan 2022 18:55:40 +0800 Subject: [PATCH] Fix BaseStrategy path. (#801) qlib.strategy.base.BaseStrategy is the current path. --- docs/component/strategy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/strategy.rst b/docs/component/strategy.rst index 0cda6992e..3e379e8fc 100644 --- a/docs/component/strategy.rst +++ b/docs/component/strategy.rst @@ -22,7 +22,7 @@ Base Class & Interface BaseStrategy ------------------ -Qlib provides a base class ``qlib.contrib.strategy.BaseStrategy``. All strategy classes need to inherit the base class and implement its interface. +Qlib provides a base class ``qlib.strategy.base.BaseStrategy``. All strategy classes need to inherit the base class and implement its interface. - `get_risk_degree` Return the proportion of your total value you will use in investment. Dynamically risk_degree will result in Market timing.