From 1b5d0d4d6d05b8619b4d6d0b79c763b6fd44d001 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Tue, 15 Mar 2022 21:30:50 +0800 Subject: [PATCH] Update report.rst (#980) --- docs/component/report.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/component/report.rst b/docs/component/report.rst index 6f4bff4f9..61ff61e8a 100644 --- a/docs/component/report.rst +++ b/docs/component/report.rst @@ -20,6 +20,9 @@ Introduction - model_performance_graph +All of the accumulated profit metrics(e.g. return, max drawdown) in Qlib are calculated by summation. +This avoids the metrics or the plots being skewed exponentially over time. + Graphical Reports ===================