HazyResearch / hgcn

Hyperbolic Graph Convolutional Networks in PyTorch.
586 stars 107 forks source link

How to train node classification for own dataset. #6

Closed vigneshgig closed 4 years ago

vigneshgig commented 4 years ago

i have csv file having node ,edges and multi- label value. how do i convert it to core dataset format. any suggestion

Thanks,

ines-chami commented 4 years ago

To add a new dataset for node classification, please write a data processing function in utils/data_utils.py and add it to load_data_nc. This function should return: