Imputers¶
Two different types of imputers are available depending on the variable datatype, namely, numerical and categorical (string or object).
Base Imputer¶
Base imputer transformer class. |
Numerical Imputers¶
Impute the numerical columns using the strategy passed by the user. |
|
Impute the categorical columns using the strategy passed by the user. |