Imputers

Two different types of imputers are available depending on the variable datatype, namely, numerical and categorical (string or object).

Base Imputer

_BaseImputer

Base imputer transformer class.

Numerical Imputers

NumericsImputer

Impute the numerical columns using the strategy passed by the user.

ObjectImputer

Impute the categorical columns using the strategy passed by the user.