Hi Everyone,
My goal is to compute the similarity between nodes. For that, firstly I take the relevant properties from the node and then pass it on to the python code which generates feature_vector of dimension (200k,1) for each node. Now, in python,...