Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 885 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 885 Bytes

AverageLinear

This is the official implement of AverageLinear:Enhance Long-Term Time series forecasting with simple averaging, available at https://arxiv.org/abs/2412.20727, which use channel embedding with simple averaging and parameter-independent strategy to enhance time series forecasting.

The main code framework is from the official SegRNN code available at:https://github.com/lss-1138/SegRNN. We would like to express our sincere gratitude.

The overall structure is shown as follow:

By enhancing these changes, we conduct the experiments, the result is shown as follow:

To use the AverageLinear, first: