- Data columns (total 2 columns):
- source_node int64
- destination_node int64
Generated training samples of good and bad links from given directed graph and for each link got some features like no of followers, is he followed back, page rank, katz score, adar index, some svd fetures of adj matrix, some weight features etc. and trained ml model based on these features to predict link.
No low-latency requirement. Probability of prediction is useful to recommend ighest probability links.
Both precision and recall is important so F1 score is good choice Confusion matrix.