iMoonLab / DeepHypergraph

A pytorch library for graph and hypergraph computation.
https://deephypergraph.com/
Apache License 2.0
614 stars 62 forks source link

Node classification on multiple hypergraphs #20

Open AbdeslemSmahi opened 1 year ago

AbdeslemSmahi commented 1 year ago

Is your feature request related to a problem? Please describe. I am trying to perform node classification on multiple hypergraph , let's say I have multiple hypergraphs 80% for training and I want to test on the remaining 20% hypergraphs. Can I do that?

Describe the solution you'd like Maybe a dataloader that can arrange the hypergraph in one big hypergraph?

yifanfeng97 commented 1 year ago

Maybe you need a multi-hypergraph dataloader? Can you provide some dataset examples?

AbdeslemSmahi commented 1 year ago

I don't have a dataset in mind , But I am trying to work with 4D MRI images by turning them into hypergraphs using specific construction methods then use node classification for segmentation. So I need to train on some of MRI images then evaluate and test on others. Thank you for your kind response.

yifanfeng97 commented 1 year ago

OK. I will try to add a dataloader for the multi-hypergraph vertex classification task in the next version. The next version will be released this month.

AbdeslemSmahi commented 1 year ago

Hi, any news on the dataloader?

OK. I will try to add a dataloader for the multi-hypergraph vertex classification task in the next version. The next version will be released this month.