anthony-wss / tsmixer-reproduce

The repo for reproducing the main results in TSMixer: An all-MLP Architecture for Time Series Forecasting.
10 stars 0 forks source link

Training TSMixer using custom Time Series Dataset #1

Open FatmaMazen2021 opened 1 year ago

FatmaMazen2021 commented 1 year ago

Dear sir, Could you kindly tell me the general procedure to train TSMixer model using custom dataset?

anthony-wss commented 1 year ago

Sure. Actually I am following the repo of Autoformer https://github.com/thuml/Autoformer to process the series data. You can refer to their repo for more info.