> ## 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.

# dropout

#### `dropout: <list[float]>` (Optional)

#### Description

Defines the dropout rate used in the model to prevent overfitting.

#### Supported Task Types

* All except Link Prediction

#### Default Values

| [run\_mode](/run-mode) | Default Value |
| :--------------------- | :------------ |
| FAST                   | `[0.2]`       |
| NORMAL                 | `[0.2]`       |
| BEST                   | `[0.2]`       |
