Machine learning model to recommend Facebook friend's
Given a directed social graph, we have to predict missing links to recommend friends/connnections/followers (Link Prediction in graph).
Dataset from facebook's recruting challenge on kaggle: https://www.kaggle.com/c/FacebookRecruiting Data contains two columns: source and destination edge pairs in the directed graph.
source_node int64 destination_node int64