ML.COMPOSE.COLUMN_TRANSFORMER¶
Applies a transformer to columns in a DataFrame.
Syntax¶
Arguments¶
| Name | Type | Default | Description |
|---|---|---|---|
| transformer | object | The transformer. | |
| cols | list[str] | str | int |
Examples¶
Examples coming soon
Working Excel formula examples for this function are not yet written.