arangoml / fastgraphml

Given an input graph (ArangoDB or PyG) it generates graph embeddings using Low-Code framework built on top of PyG.
66 stars 7 forks source link

Move `graph_embeddings` module into `fastgraphml` package namespace #7

Closed geenen124 closed 1 year ago

geenen124 commented 1 year ago

The module could then be imported using fastgraphml.graph_embeddings

This can also facilitate the introduction of additional functionality under the fastgraphml namespace in the future

sachinsharma9780 commented 1 year ago

Done!!