RoyZhengGao / edge2vec

Learning node representation using edge semantics
BSD 3-Clause "New" or "Revised" License
51 stars 22 forks source link

How to set the 'count' parameter #5

Open lingling93 opened 5 years ago

lingling93 commented 5 years ago

https://github.com/RoyZhengGao/edge2vec/blob/e6637e638919b364ac081826c68879daf182ae73/transition.py#L108

Hi Zheng Gao:

I applied edge2vec to @dhimmel hetionet, it has more than 2 million edges. When the 'count' is 1000 em_iter = 5 walk_numbers = 10, the results (auroc of validation sets) are not improved compared to node2vec. Why you set it as 1000 and do you have any suggestion for me ? Thank you!

Lingling

weixuanxxx commented 2 months ago

hi have you solved the problem after that?