Documentation Index
Fetch the complete documentation index at: https://kumo.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
channels: <list[int]> (Optional)
Description
A list of dimensions for layers in the graph transformer network model for AutoML to explore.channelsmust be an even number between>= 2and<= 512.
Supported Task Types
- Node classification and regression
Default Values
| run_mode | Default Value |
|---|---|
| FAST | [64, 128] |
| NORMAL | [64, 128] |
| BEST | [64, 128] |