Skip to main content

Module forward_fill

Module forward_fill 

Source
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ยง

ForwardFill
Replaces NaN values with the last observed non-NaN value.