-
## 📚 Documentation
Tutorial part
On your new tutorial about [link prediction](https://docs.dgl.ai/en/latest/new-tutorial/4_link_predict.html), you stated that it followed [SEAL model](https://p…
-
Therefore, how can you guarantee that the output here gets the embedding vectors of all entities (include the unseen entities in the test or valid set)?
![image](https://user-images.githubuserconten…
-
@vd4mmind I know that you already taken care of the DL/ML methods, but as promised here are some methods to check out:
| title …
-
Good day,
I have been trying to create embeddings for nodes in a graph and for whole graphs using the FeatherNode and FeatherGraph functions.
What am I doing wrong? is it because not all the n…
-
### Description
In #1200/#1087, it was noted that there's a variety of technical terms that we sort of have to define ad-hoc:
- graph things like "node", "vertex", "edge", "link", ...
- graph …
huonw updated
4 years ago
-
## 🐛 Bug
It appears that `torch_sparse.SparseTensor` causes problems when calling `torch_geometric.data.Data.num_nodes`. I get the following error:
```
-----------------------------------------…
-
### Description
Currently, someone looking at our demos lands at https://github.com/stellargraph/stellargraph/tree/develop/demos (or https://github.com/stellargraph/stellargraph/tree/master/demos) …
huonw updated
4 years ago
-
I used GAT to build a model on the train and validation set. So first, I built the network based on the train and validation set (=9000 rows). The node_features added to the first Stellargraph hence c…
-
### Description
In #662 #668, we add a new implementation of the `StellarGraph` class. Only a few tests and demos are converted to use the new functionality, we should convert the rest. NetworkX su…
huonw updated
4 years ago
-
First off thanks for this amazing project. Getting some amazing results using it. :+1:
### Description
So i have many examples of different graphs all of which have the same node features (diff…