-
Hi dear authors,
I have noticed that the processed file contains node features and edge features for all datasets. As far as I know, the original ENRON/UCI/social-evolution datasets do not contain an…
-
THIS IS MY ERROR
dataset.dtypes
dataset.isnull().sum()
hour=364*3*24
test_cl=dataset[0:hour]
train_cl=dataset[hour:]
train.isnull().sum()
test.isnull().sum()
Xcol =dataset.columns
Xcol=X…
-
I am very interested in this paper, and I really want to know how to realize the Transductive setiing. But there is no relevant code here,could you please send me one? Thank you very much!!!
-
Hi,
Thanks a lot for this awesome repo ! Just dropping a small note to say the paper "Few-Shot Segmentation Without Meta-Learning: A Good Transductive Inference Is All You Need?" has been accepted …
-
#### Describe the issue linked to the documentation
Currently, it's hard to select an inductive clustering methods, i.e. one with a `predict` method like `AffinityPropagation`. Counter examples are t…
-
Hi, thanks for this nice implementation and paper.
From my understanding, LDS-GNN updates graphs and GCN parameters at the same time for a node classification problem. So, say if in another task, th…
-
Hello!
I tried to calculate your embeddings for my own dataset of 300 graphs. The features are nide degrees as suggested in the paper, I only modified the number of epochs making it 40.
Let's say I…
-
This would eliminate the requirement for the large **RSSL** package that contains the function we call to implement the Sindhwani and Keerthi (2006)^[1] method for fast linear transductive SVMs. We ju…
-
The baseline's code link is unvaild, and it seems that the repo doesn't provide, too.
-
Hi, thanks for the great work and releasing your code!
In the Readme, the results on resnet-12 under transductive setting are given for E3bm. However, I cannot find those numbers in the published p…