Update 03-ad.md
This commit is contained in:
parent
afd11de8fe
commit
b551081059
|
@ -16,7 +16,7 @@ sidebar_label: "异常检测"
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from service import AbstractAnomalyDetectionService
|
from taosanalytics.service import AbstractAnomalyDetectionService
|
||||||
|
|
||||||
# 算法实现类名称 需要以下划线 "_" 开始,并以 Service 结束
|
# 算法实现类名称 需要以下划线 "_" 开始,并以 Service 结束
|
||||||
class _MyAnomalyDetectionService(AbstractAnomalyDetectionService):
|
class _MyAnomalyDetectionService(AbstractAnomalyDetectionService):
|
||||||
|
|
Loading…
Reference in New Issue