Expand description
Forward-fill imputer for missing data.
Replaces NaN values with the last observed non-NaN value for
each feature. If no value has been seen yet, NaN is replaced
with 0.0.
Structsยง
- Forward
Fill - Replaces
NaNvalues with the last observed non-NaN value.