Update index.md
This commit is contained in:
parent
05fe898b89
commit
910bc45c77
|
@ -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;"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue