Update 03-ad.md
This commit is contained in:
parent
5ff10141f5
commit
fd84901702
|
@ -15,7 +15,6 @@ sidebar_label: "异常检测"
|
|||
下面我们开发一个示例异常检测算法,在异常检测中,将输入时间序列值的最后一个值设置为异常值,并返回结果。
|
||||
|
||||
```python
|
||||
import numpy as np
|
||||
from taosanalytics.service import AbstractAnomalyDetectionService
|
||||
|
||||
# 算法实现类名称 需要以下划线 "_" 开始,并以 Service 结束
|
||||
|
|
Loading…
Reference in New Issue