-
Hi, I know the GAT model can apply to node classification. And in your paper, the node classification is executed in transductive learning.
However, why your data is ind.cora.xxx? This data is used i…
-
In https://arxiv.org/abs/1803.02999 you show results for 5-shot 5-way Reptile + Transduction. There is no such configuration in README though. Could you share hyperparameters used for transductive 5-s…
-
#### Description
Would there be interest in implementing a random forest based imputer in the vein of [missForest](https://cran.r-project.org/web/packages/missForest/missForest.pdf)? Someth…
-
>def _test_predictions(self, train_set, test_set, input_ph, predictions):
if self._transductive:
inputs, _ = zip(*test_set)
return self.session.run(predictions, feed…
-
I ran the 5-shot 5-way Mini-ImageNet experiment using the command in readme. But when it finished, I got this.
![default](https://user-images.githubusercontent.com/8469281/38179654-5dae196c-3658-…
-
I believe num_shots in the code explain number of examples for each class. In the train function the initialization is given as "num_shots = train_shots or num_shots".
Now for 1-shot 5-way example…
-
When i run the below command,
python -u run_omniglot.py --shots 1 --inner-batch 25 --inner-iters 3 --meta-step 1 --meta-batch 10 --meta-iters 100000 --eval-batch 25 --eval-iters 5 --learning-rate 0…
-
This discussion bring some insights about adding a multivariate imputer in scikit-learn. Because of release time constraint, the development was moved into a specific branch (FIXME: give a specific na…
-
Greetings!
I was studying the code for MICE and noticed that the [_complete_ method](https://github.com/iskandr/fancyimpute/blob/master/fancyimpute/mice.py#L330) won't keep any parameters to estima…
-
#### Description
#### Steps/Code to Reproduce
#### Expected Results
#### Actual Results
#### Versions