aikunyi / FourierGNN

Official implementation of the paper "FourierGNN: Rethinking Multivariate Time Series Forecasting from a Pure Graph Perspective"
MIT License
139 stars 14 forks source link

Request for Electricity Data Set or Preprocessing Script #15

Open abramed opened 1 month ago

abramed commented 1 month ago

Hello,

I am currently working on time series forecasting of electricity data. After searching through your repository, I couldn't find the file electricity.csv. Additionally, I couldn't locate it in any public datasets online.

I assume that some preprocessing might have been done on the original data. Could you please provide me with the electricity data set or the preprocessing script used?

Thank you very much for your assistance.

Have a nice day!

Best regards,

Solaaaaa commented 1 week ago

https://archive.ics.uci.edu/dataset/321/electricityloaddiagrams20112014 这是电力数据集的网址,但是它是txt格式的。你可能需要将它转换为csv文件或者在data_loader.py文件中写一个Dataset_Electricity类,在Dataset_Electricity函数中你需要使用np.loadtxt()来加载数据。 希望能够帮助到你!