ML.PREDICT¶
Predicts the target using the estimator.
Syntax¶
Arguments¶
| Name | Type | Default | Description |
|---|---|---|---|
| model | object | Fitted estimator or pipeline object with a 'predict' method. | |
| X | object | DataFrame object of features to predict on. |
Returns¶
Object
Examples¶
Examples coming soon
Working Excel formula examples for this function are not yet written.