Will PyG support hyper-graph? #6114
-
Hi all, Best! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Yeah, that is mostly correct. We only provide a single operator for this ( |
Beta Was this translation helpful? Give feedback.
-
Thank you! I find that the package DHG(DeepHypergraph) support hypergraph now. If it is possible to incorporate it into the PyG ecosystem in the feature ? |
Beta Was this translation helpful? Give feedback.
Yeah, that is mostly correct. We only provide a single operator for this (
HyperGraphConv
), and no example nor tutorial on how to create and work with hypergraphs. Happy to change this if you have something specific in mind :)