Need Help for my Final Year Project related to Data Science or Data Mining

Hy
I need help regarding my Final Year Project
Topic: LINK PREDICTION IN SOCIAL NETWORKS

Given:
My dataset has only 3 columns

  1. ID1
  2. ID2
  3. LINK (-1 or 1)

I need to perform following tasks:

  1. Visualize my dataset as graph that ID1 is Linked to ID2 , if LINK is -1 it is negative link i.e RED edge and if LINK is 1 it is positive link i.e BLUE EDGE.
    NOTE: I tried plotting graph using networkx but failed

  2. Divide my dataset (graph) into 3 Decentralized subgraphs. imp task

Looking forward for help
Thanks.

1 Like

Stack Overflow is the right place bud! :+1:

Still: scholar.google.com/scholar/link-prediction-social networks

1 Like