How to set sample_coverage for GraphSaint Sampler #5177
-
Hi there, I have one question regarding the argument sample_coverage in the Graph Random Walk Sampler. According to the documentation, it refers to the samples per node that should be used to calculate the normalization statistics. From the paper of GraphSaint I understand that normally during the sampling counters keep track of all nodes that are sampled. How do I set this value to calculate the statistics as described in the paper? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Ideally, you want accurate normalization statistics, so increasing |
Beta Was this translation helpful? Give feedback.
Ideally, you want accurate normalization statistics, so increasing
sample_coverage
should never hurt. Ofc, this is a trade-off between accuracy and efficiency. I suggest you take a look at the configs of the official implementation for better guidance on how to set this, see, e.g., here.