num_neighbors: <list[NumNeighbors]>
(Optional)
Description
Kumo generates embeddings and predictions by sampling and aggregating features from a node’s local neighborhood. Thenum_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:
Default Values
The default value ofnum_neighbors
depends on run_mode.