From 4ff0c4fb0f98abfd36faaf666cd8f6811c3a7cc7 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Mon, 31 May 2021 08:52:41 +0800 Subject: [PATCH] Update strategy.rst --- docs/component/strategy.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/component/strategy.rst b/docs/component/strategy.rst index 0720dcdad..e4a5a94d1 100644 --- a/docs/component/strategy.rst +++ b/docs/component/strategy.rst @@ -111,8 +111,6 @@ Usage & Example pred_score, strategy=strategy, **BACKTEST_CONFIG ) -Also, the above example has been given in ``examples/train_backtest_analyze.ipynb``. - To know more about the `prediction score` `pred_score` output by ``Forecast Model``, please refer to `Forecast Model: Model Training & Prediction `_. To know more about ``Intraday Trading``, please refer to `Intraday Trading: Model&Strategy Testing `_.