We have a gds graph built with our key nodes and relationships in which we are looking to use for a deep learning algorithm. We found that using a FastRP ran graph embedding as a vector produced predictive power.
However, after running again, we realised that the FastRP neo4j implementation was giving us different values for embeddings on the same graph, without altering anything. This lack of consistency is worrying, is there any way to ensure that we get the same embeddings when we run it on the same data twice?