Description
A nested list of aggregation operators in graph neural network aggregation process.
- By default
aggregation
will be determined using AutoML parameter search.
Supported Task Types
- All
Example
aggregation: [['sum', 'mean', 'max']]
aggregation: [['sum', 'mean', 'max', 'min', 'std'], ['sum', 'max']]
Default Values
run_mode | Default Value |
---|---|
FAST | ['sum', 'mean', 'max'], ['sum', 'mean', 'min', 'max', 'std'] |
NORMAL | Same |
BEST | Same |
Updated 6 months ago