cure-lab / SCINet

The GitHub repository for the paper: “Time Series is a Special Sequence: Forecasting with Sample Convolution and Interaction“. (NeurIPS 2022)
Apache License 2.0
617 stars 127 forks source link

How to train ,test, and forecast my own datasets? #65

Open TungyuYoung opened 1 year ago

TungyuYoung commented 1 year ago

Dear Authors, Thanks for your job and open source code.

Here is a question I would like to ask you in all honesty. My own datasets do not contain a 'Date' column because it is a long time data sampled at a certain sample rate (sr). Instead, it may only last a few tens of minutes, but there are actually minutes 60 sr of data in each dataset. How should I apply my personal data set to FedFormer?

I would be grateful if you could answer my questions.