-
I've successfully built and used the Triple extractor module to produce some output.
Upon moving to the 'Mining' module I had to employ -DskipTests to get the build to finish successfully and then…
-
Hi guys,
I'm trying to create the homework assignment for my course and as example I wanted to write a PACT job that computes the degree distribution of a graph (=how many vertices have outdegree x).…
-
As Mentioned in the title, the Download, i.e. the construction of the Dataloader
`loader = METRLADatasetLoader()` fails with the following error:
...
`ssl.SSLCertVerificationError: …
-
Traceback (most recent call last):
File "/home/zengdongxu/lab/graphmining/Coupledgraph/test.py", line 22, in
g_mtf_count = motif_counter(G)
File "/home/zengdongxu/miniconda3/envs/dongxu/li…
-
### 🐛 Describe the bug
I found that the feature dimension in WikipediaNetwork dataset is inconsistent with the origin paper.
The WikipediaNetwork dataset provided by WikipediaNetwork class in torch_…
Xzh0u updated
2 years ago
-
I was trying to load the METRLA dataset via the following code:
```
loader = METRLADatasetLoader()
dataset = loader.get_dataset(num_timesteps_in=12, num_timesteps_out=12)
```
but the following …
-
Hello!
when downloading the datasets contained [here](https://graphmining.ai/temporal_datasets), there is an error caused by the certificate of the website.
```
urllib.error.URLError:
```
-
I'm having trouble getting a dependancy graph out when using anything other than the wsj intGraph data. I was wondering if you could let me know what it is I'm doing wrong?
I've got the following d…
-
-
Hello, I'm using bankers-bonus-client.py.
I want to let the clients send a random array(sint data type) of a specific length to the servers.
How should I define the client-side code and the .mpc fun…