CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
210 stars 47 forks source link

Added `node_shuffle` #429

Closed rbSparky closed 3 months ago

rbSparky commented 3 months ago

Continues Issue #412

DGL function

Wasn't sure what to test in this one. Please let me know what other tests I should add since this is pretty straightforward.

CarloLucibello commented 3 months ago

Besides the issues that I commented, I think that this function should not be part of the library. It is not a common operation, it has used in that paper for probing the relevance of node features. This kind of operations should be done on the user side.