Update index.md

This commit is contained in:
Haojun Liao 2025-03-22 17:16:23 +08:00 committed by GitHub
parent f5c0acc52b
commit ab954cc0c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -139,6 +139,12 @@ gen_figure = true
<img src={fc_result} width="570" alt="预测对比结果" />
|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分析结果中还会有绘制的分析预测结果图如下图所示
<img src={fc_result_figure} width="360" alt="预测对比结果" />