From e409bee9b9e779d73296c11b533d9cc6026f1872 Mon Sep 17 00:00:00 2001 From: al Date: Fri, 28 May 2021 07:54:45 +0800 Subject: [PATCH] Update report.rst typo --- docs/component/report.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/component/report.rst b/docs/component/report.rst index 7d8053c78..6f4bff4f9 100644 --- a/docs/component/report.rst +++ b/docs/component/report.rst @@ -101,7 +101,7 @@ Graphical Result - Axis Y: - `ic` The `Pearson correlation coefficient` series between `label` and `prediction score`. - In the above example, the `label` is formulated as `Ref($close, -1)/$close - 1`. Please refer to `Data Featrue `_ for more details. + In the above example, the `label` is formulated as `Ref($close, -1)/$close - 1`. Please refer to `Data Feature `_ for more details. - `rank_ic` The `Spearman's rank correlation coefficient` series between `label` and `prediction score`.