ML.FIT_TRANSFORM¶
Fits and transforms the X using the estimator or transformer.
Syntax¶
Arguments¶
| Name | Type | Default | Description |
|---|---|---|---|
| model | object | Unfitted transformer or pipeline object with a 'fit_transform' method. | |
| X | object | DataFrame object of features to fit and transform. | |
| y | object | None | Optional DataFrame or array object of targets. Most transformers ignore this argument. |
Returns¶
Object
Examples¶
Examples coming soon
Working Excel formula examples for this function are not yet written.