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§
- Mean
Imputer - Replaces
NaNvalues with the per-feature running mean.