ML.IMPUTE.SIMPLE_IMPUTER¶
Imputes missing values in the data.
Syntax¶
Arguments¶
| Name | Type | Default | Description |
|---|---|---|---|
| strategy | str | The imputation strategy to use. | |
| fill_value | object | None | The value to use for filling missing values. |
Examples¶
Examples coming soon
Working Excel formula examples for this function are not yet written.