ML.PIPELINE¶
Creates a pipeline of estimators and transformers.
Syntax¶
Arguments¶
| Name | Type | Default | Description |
|---|---|---|---|
| args | object | Estimator or transformer objects to chain into a pipeline, in the order they should be applied. |
Returns¶
Object
Examples¶
Examples coming soon
Working Excel formula examples for this function are not yet written.