Update index.md

This commit is contained in:
Haojun Liao 2024-11-18 11:13:53 +08:00 committed by GitHub
parent 870d41c7b4
commit 47867188ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -89,5 +89,5 @@ taos> select _flow, _fhigh, _frowts, forecast(i32) from foo;
## 内置预测算法
- arima
- holtwinters
- [arima](./02-arima.md)
- [holtwinters](./03-holtwinters.md)