graphstorm icon indicating copy to clipboard operation
graphstorm copied to clipboard

Use more efficient KNN methods for link prediction

Open zheng-da opened this issue 2 years ago • 0 comments

We should implement a proper link prediction inference script. Users can provide a list of nodes and the link prediction inference script should return top K nodes that are likely to connect with the input nodes. We should use FAISS for link prediction.

zheng-da avatar Oct 02 '23 21:10 zheng-da