yutong-xia/CaST

How to get dataset?

Closed this issue · 2 comments

Hello,
Thank you for this project and contribution.
When I try to run the code, I encounter problems with missing datasets such as "adj_mx_pems08.pkl", "time_dalay_attr.pkl", "sparse_adj.npy", "peacor_adj.npy" and "dist_adj.npy". how do I get these dataset?
Thanks!

Hello, Thank you for this project and contribution. When I try to run the code, I encounter problems with missing datasets such as "adj_mx_pems08.pkl", "time_dalay_attr.pkl", "sparse_adj.npy", "peacor_adj.npy" and "dist_adj.npy". how do I get these dataset? Thanks!

Did you solve this problem? I would be grateful if you could share the data file.

Thanks for your interest in our work. These are used to generate edge attributes. You can design your own attribute or generate these files based on the code I provide at #1 (comment). For more details about how we built the edge attributes refer to Appendix D of our paper. Thanks!