Hank0626 / PDF

An official implementation of "Periodicity Decoupling Framework for Long-term Series Forecasting" (ICLR 2024)
GNU Affero General Public License v3.0
86 stars 8 forks source link

frequency selection #5

Closed Jimmyloua closed 1 month ago

Jimmyloua commented 1 month ago

Hello, I would like to ask where the "frequency selection" mentioned in the paper is in the code? I didn't find it in the official code implementation

Hank0626 commented 1 month ago

We applied a Fourier transform to the entire training dataset to identify the frequency with the highest amplitude and the highest frequency. We then calculated the corresponding period, which was subsequently used as an input hyperparameter.

Hank0626 commented 1 month ago

Since this was performed on the entire training set, we recorded the statistics directly and used them as hyperparameters.

Jimmyloua commented 1 month ago

thank you for your reply