Open ronxin opened 9 years ago
Can you send me the network you are trying to run it on? adding that may be fine, If you have a network where the number of missing edges is not very big then I will need to refactor the code to handle this kind of corner case.
Attached is the graph that caused the problem.
Xin
On Mon, Apr 20, 2015 at 10:00 PM, mattburg notifications@github.com wrote:
Can you send me the network you are trying to run it on? adding that may be fine, If you have a network where the number of missing edges is not very big then I will need to refactor the code to handle this kind of corner case.
— Reply to this email directly or view it on GitHub https://github.com/mattburg/EdgeBoost/issues/1#issuecomment-94611236.
After updating to the scripts in this repo, I still get the error at Line 190 of LinkPrediction.py for a network (not strongly connected).
In order to temporarily get around it, I added the following line before Line 190 of LinkPrediction.
I don't know if this will cause any side effects.