ImputingWithModeValue¶
Imputing with most frequently observed value. It fills missing values (None) in selected columns with most frequently observed value in the corresponding column, in the incoming DataFrame.
Type¶
transform
Class¶
fire.nodes.ml.NodeReplaceMissingValueWithMode
Fields¶
| Name | Title | Description |
|---|---|---|
| colNames | Columns | Columns to be processed for imputing the missing values. |