timeseriesAI / tsai

Time series Timeseries Deep Learning Machine Learning Python Pytorch fastai | State-of-the-art Deep Learning library for Time Series and Sequences in Pytorch / fastai
https://timeseriesai.github.io/tsai/
Apache License 2.0
5.21k stars 651 forks source link

PatchTST model in TSAI #638

Closed gitusrnm closed 1 year ago

gitusrnm commented 1 year ago

Hi @oguiza, any chance of having the PatchTST model in TSAI anytime soon? Thanks!!! https://github.com/yuqinie98/PatchTST

oguiza commented 1 year ago

Thanks @gitusrnm , Yes, this is a paper I'd recently seen. I think it's a very interesting approach. It shouldn't be too difficult to integrate since they used tsai as a base code to build the library.

oguiza commented 1 year ago

PatchTST has been added to tsai. It's available if you install tsai from GitHub, and will be available in the next pip release. I'm preparing a tutorial that will be release within a few weeks.