Update 03-ad.md

This commit is contained in:
Haojun Liao 2024-12-13 17:18:16 +08:00 committed by GitHub
parent afd11de8fe
commit b551081059
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ sidebar_label: "异常检测"
```python
import numpy as np
from service import AbstractAnomalyDetectionService
from taosanalytics.service import AbstractAnomalyDetectionService
# 算法实现类名称 需要以下划线 "_" 开始,并以 Service 结束
class _MyAnomalyDetectionService(AbstractAnomalyDetectionService):