marius-team / marius

Large scale graph learning on a single machine.
https://marius-project.org
Apache License 2.0
160 stars 45 forks source link

Add support for [source, destination] prediction in marius_predict #63

Closed AnzeXie closed 3 years ago

AnzeXie commented 3 years ago

Is your feature request related to a problem? Please describe. Current version of marius_predict don't support prediction for datasets with only 1 relation type (no relation column).

Describe the solution you'd like Enable marius_predict to perform link prediction for datasets with only 1 relation type.

JasonMoho commented 3 years ago

marius_predict does work with graphs without edge types.