As_edge_prediction_sampler Question about as_edge_prediction_sampler and its usage in different sampling algorithms

Hi everyone,

I’m just starting to learn about GNN samplers, but I’m struggling to fully understand what as_edge_prediction_sampler does.

Also, I’m curious if this sampler can be used with other sampling algorithms like VR-GCN or subgraph-based methods such as GraphSAINT. My goal is to classify the types of relationships that exist between the nodes in a graph.