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

Question: Is it possible to integrate two embedding model? #283

Open anonimoustt opened 1 month ago

anonimoustt commented 1 month ago

Background and Context Integrating two or more embedding models Description Hi, is it possible to ingrate two different embedding models? Let us say model1 = ScoringBasedEmbeddingModel(k=5, eta=1, scoring_type='TransE'), and model 2= ScoringBasedEmbeddingModel(k=5, eta=1, scoring_type='RotatE'). Is there a pipeline to combine these two models in Ampligraph?