Update 02-forecast.md

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

View File

@ -34,7 +34,7 @@ return {
```python
import numpy as np
from service import AbstractForecastService
from taosanalytics.service import AbstractForecastService
# 算法实现类名称 需要以下划线 "_" 开始,并以 Service 结束
class _MyForecastService(AbstractForecastService):