Update index.md

This commit is contained in:
Haojun Liao 2024-11-18 09:20:49 +08:00 committed by GitHub
parent 32b9141785
commit da30d611cc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 6 deletions

View File

@ -65,9 +65,5 @@ Query OK, 1 row(s) in set (0.028946s)
### 内置异常检测算法
- iqr
- ksigma
- grubbs
- lof
- shesd
- tac
分析平台内置了6个异常检查模型分为3个类别分别是基于统计学的算法、基于数据密度的算法、以及基于深度学习的算法。在不指定异常检测使用的方法的情况下默认调用 IQR 进行异常检测。