num_neighbors: <list[NumNeighbors]>
(Optional)num_neighbors
parameter determines how Kumo samples these local subgraphs by specifying how many neighbors are sampled for each node in each iteration.
By default, num_neighbors
is determined using the run_mode
argument , and a two-hop subgraph is sampled. Different sampling strategies can be specified and tuned via AutoML:
num_neighbors
depends on run_mode.