How to build graph dataset from timeseries data #6341
Replies: 3 comments 2 replies
-
There also exists the PyTorch Geometric Temporal library which might be ideal for your use-case. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply. I have another question: How can I build a dataset when the structure of the input and target graph are different? |
Beta Was this translation helpful? Give feedback.
-
if you try to build your very own dataloader for a temporal dataset you should use Data object inside pytorch geometric
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am new in using
pytorch_geometric
library. I looked up on the web to find any example related to building graph from timeseries data. However, I didn't come across anything useful. My questions areI would appreciate it if someone could direct me to github repositories or implement examples related to my questions.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions