Update index.md

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

View File

@ -136,10 +136,10 @@ gen_figure = true
算法对比分析运行完成以后,生成 fc-results.xlsx 文件,其中包含了调用算法的预测分析误差、执行时间、调用参数等信息。如下图所示:
<img src={fc_result} width="760" alt="预测对比结果" />
<img src={fc_result} width="570" alt="预测对比结果" />
如果设置了 `gen_figure` 为 true分析结果中还会有绘制的分析预测结果图如下图所示
<img src={fc_result_figure} width="540" alt="预测对比结果" />
<img src={fc_result_figure} width="360" alt="预测对比结果" />