Accenture / AmpliGraph

Python library for Representation Learning on Knowledge Graphs https://docs.ampligraph.org
Apache License 2.0
2.12k stars 252 forks source link

Predict Head or Tail candidates using GraphSAGE model #259

Open geo47 opened 2 years ago

geo47 commented 2 years ago

Hi

How to train GraphSAGE model for prediction tasks, like TransE, RotateE, ComplEx models etc.

For example: After training GraphSAGE on KG predict head or tail entities using query_topn

Thanks