Update 04-machine-learning.md

This commit is contained in:
haoranchen 2024-11-27 21:50:16 +08:00 committed by GitHub
parent 642a5152f7
commit 8427db23f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Autoencoder<sup>[1]</sup>: TDgpt 内置使用自编码器Autoencoder的异
--- 在 options 中增加 model 的名称ad_autoencoder_foo 针对 foo 数据集(表)训练的采用自编码器的异常检测模型进行异常检测
SELECT COUNT(*), _WSTART
FROM foo
ANOMALY_DETECTION(col1, 'algo=encoder, model=ad_autoencoder_foo');
ANOMALY_WINDOW(col1, 'algo=encoder, model=ad_autoencoder_foo');
```
### 参考文献