-
**Is your feature request related to a problem? Please describe.**
Hi, I'm thinking about bringing a new type of training data (graph data) to the SQLFlow database. This is significant since many rea…
-
### Description
Daokun's attri2vec paper https://arxiv.org/abs/1901.04095 offers an inductive method for learning node representations taking into account both the graph structure and node attributes.…
youph updated
5 years ago
-
**Describe the bug**
StellarGraph indexes graphs via `.node` in many locations.
This was supported in [NetworkX 2.3](https://github.com/networkx/networkx/blob/networkx-2.3/networkx/classes/graph…
huonw updated
4 years ago
-
arXiv论文跟踪
-
Hi @vuptran,
Thanks for creating this library!
I've got a more general question on retraining, locality and transfer learning.
Say I have a graph G_1, and another graph G_2. And let G_1 > G_2 in …
idanh updated
5 years ago
-
There seems to be only codes about transductive learning of seen nodes? plz correct me if I'm wrong.
I guess I can add a function with new unseen node as placeholder input to replace the self.X in th…
-
My grad work deals a lot with [conformal prediction](http://jmlr.csail.mit.edu/papers/volume9/shafer08a/shafer08a.pdf), and there are few, if any, open source libraries that deal with it. I've been do…