You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I implemented time series prediction using Autoformer's encoder.
Autoformer encoder code for predict time series data.
Note that series decomp is not used here,
It was implemented with a focus on applying attention using autocorrelation.