machinelearning icon indicating copy to clipboard operation
machinelearning copied to clipboard

MissingValueReplacingEstimator fill with preceiding values

Open maxschwendeler opened this issue 2 years ago • 1 comments

Is there a option to fill missing values with the preceding value similar to pandas.fillna(method = ffill) method for the MissingValueReplacingEstimator? How would that be achieved?

maxschwendeler avatar May 25 '23 12:05 maxschwendeler

There is not a way to do that currently, but its not a bad idea to add that.

michaelgsharp avatar Jan 24 '24 18:01 michaelgsharp