Update index.md

This commit is contained in:
Haojun Liao 2025-03-22 23:27:27 +08:00 committed by GitHub
parent 05fe898b89
commit 910bc45c77
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -136,6 +136,8 @@ res_start_time = 1730000000000
gen_figure = true
```
对比程序执行完成以后,会自动生成名称为`fc_result.xlsx` 的文件,第一个卡片是算法运行结果(如下表所示),分别包含了算法名称、执行调用参数、均方误差、执行时间 4 个指标。
| algorithm | params | MSE | elapsed_time(ms.) |
| ----------- | ------------------------------------------------------------------------- | ------- | ----------------- |
| holtwinters | `{"trend":"add", "seasonal":"add"}` | 351.622 | 125.1721 |
@ -143,5 +145,5 @@ gen_figure = true
如果设置了 `gen_figure` 为 true分析结果中还会有绘制的分析预测结果图如下图所示
<img src={fc_result} width="360" alt="预测对比结果" />
<img src={fc_result} alt="预测对比结果" style="width:360px !important;"/>