Update index.md

This commit is contained in:
Haojun Liao 2024-12-23 10:38:06 +08:00 committed by GitHub
parent 0ca9054e60
commit 589b36d7fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ algo=expr1
"}
```
1. `column_expr`:预测的时序数据列。与异常检测相同,只支持数值类型列输入。
1. `column_expr`:预测的时序数据列,只支持数值类型列输入。
2. `options`:预测函数的参数。字符串类型,其中使用 K=V 方式调用算法及相关参数。采用逗号分隔的 K=V 字符串表示,其中的字符串不需要使用单引号、双引号、或转义号等符号,不能使用中文及其他宽字符。预测支持 `conf`, `every`, `rows`, `start`, `rows` 几个控制参数,其含义如下:
### 参数说明