Is blogCatalog_embedding.mat training on the optimized parameters?
Closed this issue · 1 comments
jm-huang commented
I run check_multi_label_classification() on blogCatalog_embedding.mat, but i can't get the results shown in paper. Is that i doing something wrong?
My code logic:
- load embeddingResult/blogCatalog_embedding.mat using scipy.io
- load node labels from file GraphData/blogCatalog3-groups.txt
- feed node embedding and labels into function check_multi_label_classification()
the results is about 10 points less than reported in the paper.
suanrong commented
You can retrain the model. The blogCatalog_embedding.mat may be a good result for network reconstruction, not for classification. I am not sure about that.