3. Unfortunately we do not support multi-label classification at this time. But it's a very interesting feature request and I will add it as a candidate to our internal product roadmap.
Hi @JackGold,
The link prediction API as it currently stands is not really designed for real-time inferences. Every time you call `gds.beta.pipeline.linkPrediction.predict.*` it does predictions of new possible neighbors for all nodes in the graph. ...
I can add the feature as a roadmap candidate, and then it might be included in a subsequent release of the library. We have a lot of things we want to do for upcoming releases so cannot promise we'll get to this in the near future however. It depends...
Hi @dg_22,
No such information is exposed at training time at the moment unfortunately. Since most users work with large datasets it would yield a lot of noise to the logs. We could consider adding a dedicated log for just this information however. W...