Skip to main content

Module constant_imputer

Module constant_imputer 

Source
Expand description

Constant value imputer for missing data.

Replaces NaN values with a fixed fill value. Non-NaN values are passed through unchanged. This imputer has no learnable state.

Structsยง

ConstantImputer
Replaces NaN values with a constant.
ConstantImputerConfig
Configuration for ConstantImputer.