Type: Transform
Normalizes a numeric item field using min-max scaling to [0, 1].
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| method | string | No | "min_max" |
Normalization method. |
| Field | Typical Usage |
|---|---|
| CommonInput | [] |
| CommonOutput | [] |
| ItemInput | [<field>] |
| ItemOutput | [<output_field>] |
flow.transform_normalize(
method=...,
common_input=[...],
item_input=[...],
item_output=[...],
)