Can NeighborSampler
support weights ?
#7295
Answered
by
wsad1
xiachenrui
asked this question in
Q&A
-
Hi, all: Can we sample the graph with (edge) weight when using Best ! |
Beta Was this translation helpful? Give feedback.
Answered by
wsad1
May 5, 2023
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
xiachenrui
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NeighborSampler
has been depreciated in favour ofNeighborLoader
. AndNeighborLoader
currently doesn't support defining a weight/prob for each edge which can be used while sampling.But this a useful feature to add @mananshah99 , @rusty1s.