From 3d47dd78c880f2ae0428e445411694773329ad86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Domaga=C5=82a?= <54290898+maciejdomagala@users.noreply.github.com> Date: Tue, 15 Dec 2020 09:19:42 +0100 Subject: [PATCH] Typo fix --- docs/component/recorder.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/recorder.rst b/docs/component/recorder.rst index baf12448b..baf8f2bca 100644 --- a/docs/component/recorder.rst +++ b/docs/component/recorder.rst @@ -91,7 +91,7 @@ Record Template The ``RecordTemp`` class is a class that enables generate experiment results such as IC and backtest in a certain format. We have provided three different `Record Template` class: -- ``SignalRecord``: This class generates the `preidction` results of the model. +- ``SignalRecord``: This class generates the `prediction` results of the model. - ``SigAnaRecord``: This class generates the `IC`, `ICIR`, `Rank IC` and `Rank ICIR` of the model. - ``PortAnaRecord``: This class generates the results of `backtest`. The detailed information about `backtest` as well as the available `strategy`, users can refer to `Strategy <../component/strategy.html>`_ and `Backtest <../component/backtest.html>`_.