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.37k stars 248 forks source link

fix: fix based on the latest pandas dataframe syntax #61

Closed koseoyoung closed 1 year ago

koseoyoung commented 1 year ago

works on #59

Either this patch will fix the issue with the latest pandas or you can specify the exact pandas version in place.

yuqinie98 commented 1 year ago

Thanks!