-
PLEASE also add a NODELIST (ego, alter1, alter2). Empirical survey data mostly comes as a NODELIST. I have spent so much time with getting nodelists into statnet:
![NODELIST](https://user-images.…
-
#### Description of the problem
On running the mentioned command for testing:
`python3 -m pytest --doctest-modules --cov=./ --cov-report=html`
The process gets killed as shown:
```
============…
-
- [ ] lcc: reduce to the largest connected component or union thereof
- [x] bisect: split the graph by left left, left right, etc.
- [ ] sort meta/adj by class, hemisphere, etc
- [ ] preprocessing…
-
I am trying to implement a neural network model to predict the number of nodes in a graph that satisfy some specific property indicated by the node features and features of the node neighbours. The ne…
-
Hi Matt,
I was wondering would chorddiag currently able to add additonal "labels" to the link in the chord diagram?
For example, in the first example [here](http://datascience-enthusiast.com/R/…
-
Hi,
I am going through the literature of the paper and one thing which I find missing is information about inductiveness of the proposed algorithm.
So my question is, Is the proposed architectu…
-
Hi,
Is there a way to use batch mode in topk pool? Right now it only supports single and disjoint mode.
My requirement is:
I was trying to implement graph unet using your topkpool layer. To tra…
-
There was an effort 11 years ago (!) to add Knotty Centrality to NetworkX (https://github.com/networkx/networkx/pull/10). After a review of the PR it looks like there are some issues in the implementa…
-
## 🚀 Feature
It would be nice to have a `programl.to_pyg` function to convert one or more Program Graphs to [`torch_geometric.data.Data`](https://pytorch-geometric.readthedocs.io/en/latest/modules/…
-
Hi,
Do you know a way how to extract the new replicated graphs from this code and to export it?
So I want to have the graphs/adj. matrix generated with GAN?
I can not solve this problem.
Thank…