yuqinie98 / PatchTST

An offical implementation of PatchTST: "A Time Series is Worth 64 Words: Long-term Forecasting with Transformers." (ICLR 2023) https://arxiv.org/abs/2211.14730
Apache License 2.0
1.51k stars 262 forks source link

Obtain the MSE of each variable when i do the "M" prediction #94

Open Marseiler opened 9 months ago

Marseiler commented 9 months ago

Hi, I am currently trying to Multivariate prediction. From the experimental results after running the code, I can clearly know that the MSE obtained by "MS" is the MSE of "OT", the MSE of "M" is the average of all the variables? and how do I obtain the MSE of each variable when i do the "M" prediction