diff --git a/docs/zh/06-advanced/06-TDgpt/04-forecast/index.md b/docs/zh/06-advanced/06-TDgpt/04-forecast/index.md
index 9c01c1e0e6..8648a16a7d 100644
--- a/docs/zh/06-advanced/06-TDgpt/04-forecast/index.md
+++ b/docs/zh/06-advanced/06-TDgpt/04-forecast/index.md
@@ -139,6 +139,12 @@ gen_figure = true
+|algorithm|params|MSE|elapsed_time(ms.)|
+|---|---|---|---|
+|holtwinters|{"trend":"add", "seasonal":"add"}|351.622| 125.1721|
+|arima|{"time_step":3600000, "start_p":0, "max_p":10, "start_q":0, "max_q":10}|433.709| 45577.9187|
+
+
如果设置了 `gen_figure` 为 true,分析结果中还会有绘制的分析预测结果图(如下图所示)。