Social Network (Instagram) Graph Link Prediction
- Tech Stack: Python, Pandas, Networkx, Sklearn, NumPy
• Predicted missing links/edges in graph based social network to recommend a user to other user.
• Aligned the problem to a supervised learning problem based on graph based features like Page Rank, Adamic/Adar Index, etc., on 1.83M user’s data.
• Used F1-score and binary confusion metric as performance metric.