Paper: metapath2vec: Scalable Representation Learning for Heterogeneous Networks
Code from author: https://www.dropbox.com/s/w3wmo2ru9kpk39n/code_metapath2vec.zip
Code from dgl Team: https://github.com/dmlc/dgl/tree/master/examples/pytorch/metapath2vec
python main.py -m Metapath2vec -t node_classification -d dblp4MAGNN -g 0
If you do not have gpu, set -gpu -1.
Dataset | Metapath | Macro-F1 | Micro-F1 |
---|---|---|---|
dblp | APVPA | 0.9241 | 0.9288 |