Skip to main content

Module mean_imputer

Module mean_imputer 

Source
Expand description

Mean imputer for missing data.

Replaces NaN values with the running mean of observed non-NaN values for each feature. Uses Welford’s algorithm for numerical stability.

Structs§

MeanImputer
Replaces NaN values with the per-feature running mean.