Is your feature request related to a problem? Please describe.
I just realized that because we already have convolutions, it is trivial to add an implementation of the FastRP similar to what Neo4j is providing, but distributed.
Compared to Neo4j it will be slower but scalable horizontally.
Describe the solution you would like
An implementation of the FastRP.
Component
Additional context
References:
- https://arxiv.org/abs/1908.11512
- https://neo4j.com/docs/graph-data-science/current/machine-learning/node-embeddings/fastrp/
Are you planning on creating a PR?
Is your feature request related to a problem? Please describe.
I just realized that because we already have convolutions, it is trivial to add an implementation of the FastRP similar to what Neo4j is providing, but distributed.
Compared to Neo4j it will be slower but scalable horizontally.
Describe the solution you would like
An implementation of the FastRP.
Component
Additional context
References:
Are you planning on creating a PR?