Skip to content

The repo for reproducing the main results in TSMixer: An all-MLP Architecture for Time Series Forecasting.

Notifications You must be signed in to change notification settings

anthony-wss/tsmixer-reproduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

TSMixer: reproduce

This repo contains codes to reproduce the main results of TSMixer.

Currently support four ETDataset(ETTh1, ETTh2, ETTm1, ETTm2) and two models(linear baseline and TSMixer).

To run the experiment:

python main.py --model tsmixer --n_mixer 1 \
	-L 512 -T 96 --name ETTh1

About

The repo for reproducing the main results in TSMixer: An all-MLP Architecture for Time Series Forecasting.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages