From 52dae372abe0bbc5e85a95034af89e1a80581652 Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Wed, 5 Feb 2025 16:06:24 +0800 Subject: [PATCH] Update index.md --- docs/zh/06-advanced/06-TDgpt/04-forecast/index.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/zh/06-advanced/06-TDgpt/04-forecast/index.md b/docs/zh/06-advanced/06-TDgpt/04-forecast/index.md index 71b97aa996..087d6540e6 100644 --- a/docs/zh/06-advanced/06-TDgpt/04-forecast/index.md +++ b/docs/zh/06-advanced/06-TDgpt/04-forecast/index.md @@ -91,3 +91,18 @@ taos> select _flow, _fhigh, _frowts, forecast(i32) from foo; ## 内置预测算法 - [arima](./02-arima.md) - [holtwinters](./03-holtwinters.md) +- CES (Complex Exponential Smoothing) +- Theta +- Prophet +- XGBoost +- LightGBM +- Multiple Seasonal-Trend decomposition using LOESS (MSTL) +- ETS (Error, Trend, Seasonal) +- Long Short-Term Memory (LSTM) +- Multilayer Perceptron (MLP) +- DeepAR +- N-BEATS +- N-HiTS +- PatchTST (Patch Time Series Transformer) +- Temporal Fusion Transformer +- TimesNet