PaddlePaddle / PaddleTS

Awesome Easy-to-Use Deep Time Series Modeling based on PaddlePaddle, including comprehensive functionality modules like TSDataset, Analysis, Transform, Models, AutoTS, and Ensemble, etc., supporting versatile tasks like time series forecasting, representation learning, and anomaly detection, etc., featured with quick tracking of SOTA deep models.
Apache License 2.0
477 stars 116 forks source link

TFT模型可以修改为点预测么? #476

Closed IgnoranceSmile closed 5 months ago

IgnoranceSmile commented 6 months ago

请问,目前TFT是否只能支持区间预测而不能修改为点预测,进而无法使用仓库内的AutoTS和XAI模块?

Sunting78 commented 6 months ago

您好,是的,TFT目前只支持概率预测,不支持点预测。AutoTS由于只支持如下metric: "mae", "mse", "logloss",不支持tft。 XAI目前不支持。如果您的执行命令有具体的报错信息,可以将环境和报错提供出来,我们复现跟进。